Hidden form fields - Landing Page Data Capture

I'm trying to use 1 generic form on all landing pages we create for Webinar sign.  in order for me to pass the correct form by webinar data via the form of treatment to the module of the event concerned, I need to have a hidden field that contains the identifier of unique landing page.  What would it be?  If that's the name of the destination page, then what is the real call tag and how that I insert in the hidden field?

the objective here is to have: 1 generic form used in webinar multiple landing pages that transmits data through several modules of the discipline concerned for each webinar.  See below for a brief scheme.

Thank you!

DOM

Quick question - is the landing page for each webinar on a canvas of separate campaign? If so, you can use the URL that contains the elqcampaignid to delimit the module in which Webinar to send it to. You simply need to add as a hidden field on the form, and then add the code to extract the value of the URL. You can find instructions and the code here: How to capture Sources referring to the Landing Pages and forms using query strings

If they are not on separate canvases, you can use the same method as above, but it would just come with your own query string parameter to add to the url. Example: http://www.url.com?webinar=A

In the example above, you just have to then a hidden form field "webinar" and update the code to reflect this hidden field. The key he ensure that's connecting to these landing pages then have this added query string.

Tags: Marketers

Similar Questions

  • Can you do random split A / B test Eloqua forms and landing pages?

    I know you can use a connector of cloud to randomize A / B testing for email, but what are the forms and landing pages?

    The two ways that I would suggest would be to either:
    (a) have two emails leading to two separate landing pages (containing the same (or different) forms, - using A / B test on the email you can randomize which in your segment Gets A email or email B,-which would be duly can be spent at LP A or B of the LP - this would allow you to see exactly the number of visiting each page.)

    or (more technical, but tidy solution):

    b) -have separate two distinct forms, both hosted in the LP even, but as the content blocks.
    Then use a little JavaScript function to randomize a number between 1 and 100 from the loading of the page and for all even numbers display content a. (form containing A) & for all the odd numbers display content block B (containing the form B).  -you could then report on shipments of respective form to see how successful they were. -
    You may have a third form with only two fields (e-mail & random number) by on page load after has defined the random number which content is displayed, an AJAX form Send behind the posts of scenes the email of visitors & random number to the third form - this would include visitors who bounce before submitting a form, & then you could report to the actual visitors to each page against the numbers they have been assigned (thusly allowing you to see the content that was displayed to then report on the rate of success of subsequent form remittances).

    I hope that helps?

    Sincere greetings,

    AB

  • Why forms and landing pages do not stay tied on canvas campaign?

    I'll put up some test campaigns to run this week to test our integration between Eloqua and our two instances of SFDC (and get wet feet with the E10). Since I'm an addict of the E9 for several years, I still get the hang of the E10. Yesterday, I tried connecting my e-mails on campaign backdrop to the correct forms and landing pages and today I see that the links have disappeared. I also noticed that I can not connect two emails 'steps' in a form and a landing page, even if the emails from the links in the same form and the landing page. The system made me create duplicates on the canvas of the campaign. Anyone can shed light on what I'm doing wrong? Why the links disappear and I should have duplicates of the form and the landing page? Screen shot included below.

    campaign canvas.PNG

    Hi Jennifer,.

    In October, there was a problem with the forms and landing pages.

    http://topliners.Eloqua.com/blogs/Eloqua-system-status/2012/10/16/Red-step-connections-on-multi-step-campaigns-randomly-changing-on-save-E10-clients-affected

    Links show more but things work properly without worrying.

    Nice day

    Vickie.

  • Auto form field change color/data from pronounce on another page

    Adobe form help.jpg

    Hello!

    I recently got help on the forums and was able to write javascript to change the form fill and border based on an entry of individuals (thanks!).  I am now to experience the problems that I continue to work on this document.  I drew a picture that illustrates 3 different results, its located above.  To explain what I need, here is how the form is supposed to work:

    1. a user enters the State of equipment on page 2, I make sure that only AAA, BBB, CCC or s/o became acceptable.  Each value changes the field of form as shown above and n/d is no change on the ground at all.

    2. based on the user to page 2 input, I'm trying to get a form field only read to a "general status" page to change the color and change its value based on these entries.

    The three columns above show the 3 possible outcomes of the general State of page 1, that is to say:

    1: date of AAA [BACKSPACE] page 2 Date1 field. (all user entries are AAA (n/a which is not taken into account))

    2: date of BBB [BACKSPACE] page 2 Date1 field. (user input contained one or more of the values BBB or CCC)

    3: date of CCC [BACKSPACE] page 2 Date1 field. (all user input were CCC)

    I do this train to work and don't have adobe Adobe Acrobat XI worm: 11.0.13 at home.  Thanks for the help and if my description or photo is confusing, let me know and I can try to explain it differently.  Each column is a document, the document possible self doesn't have a 3 columns.

    J

    Let's see if I understand:

    1. the user enters 'AAA', and the color of the background/outline field turns green.

    2. the user enters "BBB", and the color of the background/outline field turn yellow.

    3. the user enters "CCC", and the color of the background/outline field turns red.

    4. the user enters "S/o", and the default color (it looks like teal) will be used

    4. If all the entries on page 2 are of the same color or the value "N/a", this color will be used for the field page 1

    5. If all the entries on page 2 are not the same color or the 'N/a', 'yellow' color value will be used for the field page 1

    Describes the behavior of the form?

    I would use a document level function to manage both the validation of the seizure and the choice of colors. The first part of the function (validation) is quite simple. The second part (setting the current color of field) is something that you already know how to do it. The third part, determine the color of a field of the general State is a little more complicated. I would like to look at all the fields that are not current on the ground - loop - (because you can just make a call to Doc.getField ()), then take the current information in the field of the event object in the validation script and determine what should be the status of the output (and then set the color accordingly).

    Something like this should work:

    function ValidateStatus() {
        // is the data entered either "AAA", "BBB", "CCC", or "N/A"?
        if (event.value == "AAA") {
            event.target.fillColor = color.green;
            event.target.strokeColor = color.green;
        } else if (event.value == "BBB") {
            event.target.fillColor = color.yellow;
            event.target.strokeColor = color.yellow;
        } else if (event.value == "CCC") {
            event.target.fillColor = color.red;
            event.target.strokeColor = color.red;
        } else if (event.value == "N/A" || event.value == "") {
            event.target.fillColor = color.cyan;
            event.target.strokeColor = color.cyan;
        } else {
            event.rc = false;
            app.alert("Only the values 'AAA', 'BBB', 'CCC', or 'N/A' are allowed");
            return;
        }
    
        // set the field on page 1
        var fields = ["Status1", "Status2", "Status3", "Status4"];
        var theStatus = "N/A";
        for (var i in fields) {
            var v;
            if (fields[i] != event.target.name) {
                v = this.getField(fields[i]).value;
            }
            else {
                v = event.value;
            }
            if (v == "N/A" || v == "") {
                continue;
            }
            else if (theStatus == "N/A") {
                theStatus = v;
            }
            else if (theStatus != v) {
                theStatus = "BBB";
            }
        }
        var msg = theStatus + "\n" + this.getField("Date1").value;
        var theColor;
        if (theStatus == "CCC") {
            theColor = color.red
        } else if (theStatus == "BBB") {
            theColor = color.yellow;
        } else if (theStatus == "AAA") {
            theColor = color.green;
        } else {
            theColor = color.cyan;
        }
        var f = this.getField("OverallStatus");
        f.value = msg;
        f.fillColor = f.strokeColor = theColor;
    }
    

    You then call it in four areas as a custom validation script:

    ValidateStatus(event);
    
  • Importing data from XML form in hidden form fields & making it visible if the book value

    Hello:

    I export the data in the form submitted, and important in the 2nd-> 3-> etc... Forms, however, a lot of these areas, I want to be kept hidden, unless they have a value. When I import data from field of forms 1, it will be smooth, however if the fields are hidden, you must go through the selection of checkboxes to make it visible again or just do all visible all the time. I was wondering if there is a feature or coding that would go in the direction of: Once imported XML favorite on click on the button "Update fields", go through fields and if hidden fields now have a value do what subform/Sub-sous-form Visible.

    The reason is that if you do have an incident report form which can take 10 names of employees, but only 2 were involved in an incident, it would look very cluttering on the survey form, if there are 10 fields name employee, 10 fields, 10 fields of plane location, etc... But only 2 employees have been involved in a minor incident on the incident report form which does not imply anything else.

    Any suggestion or help would be greatly appreciated and thanks for gratefull to any answer.

    Nicely,

    Al

    Thank you for pointing me in the right direction... A little elbow grease, of coffee, patience, and did I mention the patience and the following works without fault

    Created at the mouse from the export button:

    xfa.host.exportData("",0)

    The button import of other form value:

    xfa.host.importData)

    See the sections "Check boxes" to see if this article is supposed to be visible and makes visible the value of import form form: Ready:

    if(Button_DelDep.RawValue == 1)

    {

    Del_Dep.presence = "visible";

    }

    if(Button_DelArr.RawValue == 1)

    {

    Del_Arr.presence = "visible";

    }

    if(Button_Div.RawValue == 1)

    {

    Div.Presence = "visible";

    }

    if(Button_MADiv.RawValue == 1)

    {

    MADiv.presence = "visible";

    }

    if(Button_DelDepXD.RawValue == 1)

    {

    Del_DepXD.presence = "visible";

    }

    if(Button_Other.RawValue == 1)

    {

    Other.Presence = "visible";

    }

  • How to fill a hidden form field with a value passed in another page

    I use PHP/MySQL and DW CS4.

    I'm trying to get the foreign key to a table and include it in a hidden field in a form to another table.

    The user selects a 'need' to a list and is taken to a new page that displays the need selected in the previous page and a form that the user can fill out with details of its offer, there is also a hidden field in the form that contains the index to the table needs, this hidden field retains the external key. Most of the code works, except to fill the hidden field with the external key. I proved (by printing it on the screen) that I got the external key and stored in a variable ($saveNeedId). I am unable to do so, what affect this variable in the hidden field in the form, I'm about to be stored in a table. Sometimes, I have zero and sometimes I get the index of the first necessity in the table. It should be simple but I can't make it work, I must be missing something obvious - still very new to PHP.

    The following code sets the variable and display for test purposes

    $saveNeedId = "-1";
    If (isset($_GET['needId'])) {}
    $saveNeedId = $_GET ['needId"];
    print $saveNeedId;
    }

    Here is the code that implements the fields hidden in the form, where I'm putting in place is the first one, needId

    < input type = "hidden" name = "needId" value = "<?" PHP echo $row_rsNeedsUnmet ["needId'];? ">" / >
    < input type = "hidden" name = "offerId" value = "" / > "
    < input type = "hidden" name = "MM_insert" value = "form1" / >

    The page where the user sees the list of needs is here www.hollisterairshow.com/weneed.php

    I would really appreciate sone help with this, I tried all combinations of double quote, percent sign and nothing works... sigh.

    Tony

    The following code sets the variable and display for test purposes

    $saveNeedId = "-1";
    If (isset($_GET['needId'])) {}
    $saveNeedId = $_GET ['needId"];
    print $saveNeedId;
    }

    Here is the code that implements the fields hidden in the form, where I'm putting in place is the first one, needId


        
        

    I looked at your page. It seems that you have thought about it.

  • Inserting a Date of a hidden form field

    I want a date to be inserted in the database of a hidden field on a form (to display when the form has been updated). I know PHP you would use <? PHP echo date ('Y-m-d ├a');? > in the value box, but what is the syntax for ASP?

    See you soon

    Chuck

    <%=Date()%>

    "chuckomalley" wrote in message
    News:fe2mlc$4pi$1@forums. Macromedia.com...
    > I want a date to be inserted in the database of a hidden field in a form (for
    (> display when the form has been updated.) I know PHP you would use<>
    > echo
    > date ('Y-m-d ├a');? > in the value box, but what is the syntax for ASP?
    >
    > Cheers
    >
    > Chuck
    >

  • Unable to select or enter the text in the hidden form field

    If I select 'Visible' to fields in the form that I created, I can enter text in them BUT they show as a gray light box.

    If I select "Hidden" or "Hidden but printable" there is no box grey, but I can not put in value, select or enter the text in the fields once the PDF form is saved.

    It of the same or not I have to save as 'Reader Extended PDF' or not.

    I use Acrobat for Mac.

    Thanks in advance.

    It's highlighting of field assets.

  • Convert the form field to the date format

    I have a form with date fields and you want to enter dates in this format: 03222012 and displayed it as: 12/03/2012. In other words, I don't want to have to put the slashes just in the number. I am using Adobe Pro X and you prefer not to use the livecycle designer.

    One thing I would recommend is to validate that the original string is the right length before you do this, otherwise you may get incorrect date value.

    var str = event.value

    pieces of var = [];

    var chunkSize = 2;

    If (str.length == 6) {}

    so that {(str)

    If (str.length< chunksize)="">

    chunks.push (STR);

    break;

    } else {}

    chunks.push (str.substr (0, chunkSize));

    Str = str.substr (chunkSize);

    }

    Str = chunks.join('/')

    }

    Event.Value = str

    You can either keep the original value if the length of the string is not correct, I have, or have it display something like "invalid."

  • Dissect of Eloqua own AdWords Landing Page and URL with query string parameters, please!

    I presume that for AdWords landing pages are one of the most common types in use. I'm at a new company and try to create an approach that uses the latest methods. HAFS is gradually, and a large part of the information contained in the Topliners is old (2011) as these popular posts

    What is the best way to track Google adwords through Sales Force?
    How to capture Sources referring to forms and Landing Pages using query strings

    and the references using javascript to analyze the parameters in the screens that is 2009 and is not exactly what Eloqua uses today.

    I started to look at what Eloqua uses in its own marketing efforts and saw the potentially useful parts and parts that are confusing. I thought it would be useful if someone could dissect the code of the landing page and explain how each part of the code is. I'm OK with short descriptions and references to other articles or messages to explain the different parts that have not changed.

    Here's a page url to use. I added 'x' before each additional parameter then click top ruin the campaign stats.

    http://demand.Eloqua.com/LP=3461?elqoffer=xGartnerMQ & GoogleCampaign = xEloqua & SLS = xPPC_Google_Eloqua_2012 & gclid = xCKGFzcHyh7YCFQThQgod7lMAyg

    Here are some specific questions that I hope can be answered:

    • What you rely on Google to deliver you in their reports vs. what you capture discrete parameters: elqoffer, GoogleCampaign and sls
    • You use the gclid itself? How?
    • Is there a new better method for parsing of URLS and using hidden fields settings?
    • How do you use Eloqua cookies at the same time to send the form of Adwords?
    • You dynamically change the landing page?

    Thank you!

    Hi Mike,.

    I'm on the Ops of Eloqua Marketing team and can shed light on some of your questions.  I hope this helps!

    • What you rely on Google to deliver you in their reports vs. what you capture discrete parameters: elqoffer, GoogleCampaign and sls

    • elqoffer - we use elqoffer to indicate that the offer is valid for adword.  The value we deliver is used for many things.  Of course, we use it for reporting purposes, but we also set up our steps to use this value in a hidden field to redirect to the appropriate page supply once the form and also send the appropriate autoresponder of form processing.  We set up a dropdown list (aka select list) cards offer URL values (for the page of the offer) and another list of choices cards offer values to email ID (for the answering machine).
    • elqchannel - we also usually include a query string for the elqchannel who tells us the General source of the Contact (e.g. Google, Bing, etc.).
    • SLS - is essentially the Source of lead (sls = source of specific lead).  We use it to fill a hidden fields that reach "lead Source - Original" and 'Lead Source - the most recent'.  For us, the source of the specific lead is a very granular (and non-General, such as 'research') but includes a lot of information based on a strict naming convention.
    • That's what we use Eloqua to adwords, but we also use an SEO company to help us optimize our search spend.  To do this, they provide their own tracking code we put on the landing page initial as well as the page of the offer (ie. confirmation page).  To get the code on our LP, we use the cloud "Static content" component that allows you to place any custom code you want in the body of the HTML code.  Unfortunately, I don't have details on what exactly is captured with this code, or how it is used.
  • You use the gclid itself? How?
    • I don't know the answer to this one.  It's someone else on our team that works closely with an SEO company, so I think they know.
  • Is there a new better method for parsing of URLS and using hidden fields settings?
    • YES!  You may have noticed, we have some Javascript on our landing page that does a few things.  First of all, he did a Web data search in Eloqua to see if you are a known visitor and if so, we can pre-fill the form with information we already know the visitor.  The other thing is the JS is populate our hidden fields with the values of query string.  We started to do this before I had a cloud component that eliminates the need for JS custom.  You can use Form Population App to do all that for you.
  • How do you use Eloqua cookies at the same time to send the form of Adwords?
    • I'm not 100% sure I know what you're asking here, but my answer to the previous question can also respond to this one.  Data search Web first checks the Eloqua cookie to retrieve your email address, and then it uses this email address to search for your Contact field values and pre-fill the form.
  • You dynamically change the landing page?
    • We're not changing dynamically the landing page.  Usually, a visitor to click through to an Eloqua email or visit a page PURL.  Dynamically present the offer page based on the value of the query string for "elqoffer."  Looking for an application Cloud released in the coming days that will allow you to place the dynamic content on this initial landing page based on your cookie.
  • The way we structure our campaigns is based on the balance between reporting requirements while maintaining their operational efficiency.  For example, we do want to create a new campaign for each offer that we have.  That would quickly overwhelm our team.  For 2013, we have created 3 campaigns:

    1 research

    2. 3rd party Emails

    3 display ads

    Each of these campaigns have only 1 formula on it (one for research, one for email and display ads).  Each offer has its own landing page (see screenshot below).  The campaign of the report combined with the data of the form layout give us the requirements we need to understand what is working and what is not.

    TIP: If you have custom data objects, you can also consider creating one that seizes all shipments form for each of your forms in 1 place.  This way, you need only 1 set of data instead of individual export for each form of export.

    Example of a search campaign:

  • Entry fields fill pages of document with tabs

    I need a method to submit a form field entry page which

    then fill various business documents in any of the other tabs interface or

    with the help of a diagram of button to submit the documents completed for printing.

    I have two questions in this regard:

    1. is it possible to create a tabs interface in LiveCycle Designer ES2?

    2. how to create a button to fill all or each individual business of data entered into the first page?

    Thank you

    Hello

    Let's say you had a page on cover and four other tabs, you can create a form of five pages. In the master page, along the top, you can create five buttons that contain the script to pass the five pages.

    I recommend a landscape layout, as it is for computer screens better, especially to adjust α page.

    In this case, the user could scroll through five pages or click on the button right along the top of the page.

    If you only want one page visible/available at any time, then you can assign four pages hidden - this excludes the layout. The buttons would then have an additional script to show/hide the pages.

    There is an old sample of Model-View-Controller somewhere on the Adobe Web site, which may be of interest.

    Regarding the second question, yes it is possible as well. The easiest way is to put the names of identical objects for fields that must reflect the same data. Then, in the object > link tab, set a global binding. This means that information you typed in on the first page will be automatically published on fields with the same name in the following pages.

    Hope that helps,

    Niall

  • Is there a way to transfer information from url tokens in the form fields?

    I created a landing page which is linked to a campaign by e-mail. I am new to design websites, coding, etc., so it is perhaps a silly question! I was wondering if there is some way I can automatically fill the email field in my form of landing page by including the e-mail address as part of the URL - that is to say. as an url? It seems crazy to ask the customer to complete their e-mail again when we obviously already! Thanks in advance for your suggestions.

    Simon

    Without a respective function on the server or a local JavaScript, the answer is no.

    Mylenium

  • Update database with several form fields with the same name

    If I've made good progress on my CF photo album project, but now I meet a problem.  Once I downloaded a collection of photos and them inserted in my database, I bring up a page that is actually an array containing the thumbnail of each image, some info on it and the description of the photo.

    The table is inside a < form > tag, and the description is a < textarea > tag.  I have many text boxes that I have pictures, so there may be any number (within reasonable limits).  I'd like to be able to type a description for each picture in each text box rather than having to do one at a time, and then click the button submit to update my file.

    Each text box has the same name, so I had the idea of adding a hidden form field that held the photo ID, then on the processing page, I might have a < cfloop >.  My problem is that I can not understand how to associate each photo with the corresponding description ID, especially if we consider that some of the descriptions may be empty.

    Is there a good way to do this?

    As you probably understand, giving all your textareas eponymous means that when the form is submitted, you get a value that is a list of the contents of each text box comma-delimited.  If none of the commas are typed in the text box, you have a problem.

    My preferred method is to include some sort of identifier as part of the name of the form field.  Since you have ID photo available, I would use those.  This would give your names textareas as description_111, description_112, etc.

    When the form is submitted, I loop through the form.fieldnames list.  If the first 12 characters are 'description_111', I can remore 12 characters to get the id.  I also have the content of the text box using the array notation.

  • A web site can generate PDFS filled by downloading a PDF file with empty form fields?

    In other words, if I provide my web developer with a standard form PDF file that is ready to be filled, can code the site to "fill" the form fields with the data generated by a release of the database?

    Here's the goal: I need to have nice aesthetically "certificates" generated by the web site for the print client. The design is approved, but the customer does not want to have to fill them all individually. We have the data, and I'd love to be able to 'plug in' on individual PDF files. The question is, can 'take' the data that a user in Acrobat Pro/Reader/DC of PDF software? A web site "tool" can be coded to fill the fields of the PDF format and save a printable file?

    Keep in mind, I'm a designer, so I probably don't have a response technical, more just one "Yes, you can do this using the...» "or a 'of course not, silly designer guy, it would be a huge security risk' or whatever, so that I can know whether or not to have my web devs continue this as a solution.

    Yes, it is possible, but not with Acrobat, which cannot be used on a server.

    There are other tools that can do it, even if the side server.

  • Treatment options for form (use the value of a form field to select a shared list or a web redirect page)

    Hello

    I tried something with the processing of the forms which doesn't seem to work. I wonder if the function really works or if I'm doing something wrong.

    Here is an example of what I do: I have a form that I want to use. I add "Web Page redirection" processing step to my form. When I click on the processing step to set up, under "General settings" there is an option that says "Choose how the launch of destination page is selected." In this drop-down menu, there are three options: always redirect to the same landing page, use a drop-down list to select the landing page and the value of a form field allows you to select the destination page. I have a hidden field on the form that contains the URL of the web page to which I would like to redirect. When I select 'Use the value of a form field to select the landing page', I select the hidden field to the field that contains the URL of the web page to which I want to redirect. It's my setup. However, when I submit the form, nothing happens, I do not redirect to the URL contained in the hidden field... This function still works? I'm doing something wrong? I can't seem to get the function "Use a drop-down list to select the destination page" to work either. The same thing happens when I try to use the "Add Contact to shared the list" processing step. I add the name of the list that is shared in the field hidden, but the contact does not appear in the shared list... These functions still work? If yes how do I configure them?

    Thank you!

    Well, I understood the problem of the shared list... You must add the ID of the list shared in the hidden field. I had to use Firebug to see the real ID of the shared list. Once you have the ID, use you it as a static value in the field. If the HTML code of the form will look something like this:

    If you do not use the lookup data ID. You use the ID real asset on the shared list. You must use something like Firebug to find.

    I'm glad everything is working.

Maybe you are looking for

  • Win 7 Boot camp on Mountain Lion. Upgrade to Mac OS Sierra destroy boot camp?

    HI people, been my mid 2010 MacBook Pro OSX lion mountain for a long time. I have a boot camp partition installed with windows 7. I need to work from home. I recently got an iPhone 7 and it requires iTunes 12.5, which is not supported by mountain lio

  • Hp250g4: Code disabled

    Hi can anyone help me please I have a hp250g4 with the good old disabled code (85919277) I would be so grateful to anyone who could help me please there my computer to school and IV been kicked out coz of not in contact with them, everything is on th

  • Why did the writer of elvis NOR not compare correctly?

    I am trying to write the signal of line 0, line 1, line 8 and line 9 so I have 2 NI Elvis writer that I am operating two different circuits. I'm trying to compare if its 1/0 in the lines and line 0 corresponds to line 8 (while line 1, line 9), a non-

  • System of automatic starting Mode sleep

    Vista Home Premium SP2 - system out of the Mode after a short period of time.

  • Problem window appeal while clicking on the sim card

    Greetings of the dayOne issue that I am facing as the day I bought my Xperia peripheral aqua IE double m4 isWhenever I try to call, after you have selected the contact or call the number at the time of simcard selective option, it uses still stuck th