Using a value of form field to add it to a group of Contact treatment step

Hey guys,.

I followed the instructions on the post of Heather trigger several actions with an email clicks (via 'send blind form') and everything works great except for one thing. One of my processing steps must be added to the Contact Group, and I want to use a form as the value for this field. I have a created contact group called testContactGroup and I get this exact text as the value field in the query instructions string, but unfortunately, no matter how I try, this step gets ignored. The only time it running is if I use a coded value in hard, constant. Here's the URL that I use:

http://now.Eloqua.com/e/F2.aspx?elqFormName=GDCGenericBlindForm & elqSiteID = 927 & MP = myTestMarketingProgram & CG = testContactGroup & e = < span class = "eloquaemail" > </span > EmailAddress & url = http://www.McAfee.com/

As I said, everything else works. I have set up processing steps for updating the registration of contact and then redirect the user to a URL - while using the values of form sent to the query string field. Only adding to the Contact Group does not work. I can only imagine that it's looking for something other than the name of the contact group. I'm not sure.

The cool thing about Heather here process is that you can use this a blind form to treat a great many different campaigns, but if I hardcode the Contact Group in the area add to the stage of processing of Contact Group, re-use of this form goes out the window.

Has anyone met cela and if yes, do you have a solution?

I met the same problem with the stage of email send where the e-mail name in a form never worked field.

I used the ID of EmailDefinition, in the same way in your case, you will need to enter the ID of the Contact Group. To get the take ID your mouse on the name of the Contact Group when displayed in the recent items, you will see a code js appearing at the bottom of the left panel. Its just there. ContactGroup_Details ().

Let me know if you have any questions.

Tags: Marketers

Similar Questions

  • Using the information in form field for e-mail address in the mailto function

    Hello

    I encountered a problem for which I seem not to be able to find an answer, even after several hours spent browsing the web:

    Basically, I have created a form that I want to distribute to my customers who are supposed to use for their clients. This is to ensure that all processes are standardized.

    My client fills part of the form with their contact information, including their contact email address in a separate field. The end-user (client my client) fills in the rest of the form. After completing the form, the end user is supposed to then click on a button that needs to send the entire pdf form by e-mail.

    I know how to set an email address recipient using the mailto: int; However, as I have many clients that the form will be distributed in the first place, I can't determine before the target of the mailto: command. So I was wondering if it is possible to set the target of the mailto: function to use the information that my client is entered in the contact email address field, so that, once this particular form field is filled, the e-mail address is imported into the functionality of the button and ensuring that the button send is very individualized.

    I would have thought that it is possible, as it is possible, for example, to use a part of the form to appear as the body of the text of an email, but since I was still very much a beginner/amateur regarding all things javascript/php, I've no idea what should look like the script.

    All thought and all help would be greatly appreciated.

    Greetings and thank you very much.

    Yes #3 is the right one.. .the email real option contains the property that has the e-mail address specified in it... then the false e-mail button to change this property before you send it. In your case instead of reference the DDlsi field, you must reference your field that contains the e-mail address.

    Make sense?

    If you're not used to the code, it can look daunting... . If you want to send your form to [email protected] I can code upwards for you so that you can see in your context.

    Paul

  • I get form field instead of values of form fields names

    How to get the value of a form field called with a variable somewhere in the names of the fields?

    < isDefined ('form.btnBlokvelden') cfif >
    < variable cfxml = casesensitive "config4XML" = "no" >
    < blokvelden >
    < cfloop index "i" = from = '1' to '25' = >
    < cfset bvNummer = #i # >
    < cfset bvActief = "form.bv #i #actief" >
    < cfoutput >
    Nummer - #bvNummer # < br >
    Actief - #bvActief # < br >
    < / cfoutput >
    < / cfloop >
    < / blokvelden >
    < / cfxml >
    < / cfif >

    Thank you

    Pope

    Hello

    Try #Evaluate (bvActief) #... It'll be...

  • How can I set a value of page element to a column of tabular form field when add line button clicked?

    Hello

    I'm new in APEX. I work with APEX 4.2.

    I have a simple form in a page (page no. 3) and I have another region containing a tabular form on the same page.

    P3_EMP_ID is a part of the area of simple form.

    And there is a column field named 'emp_id' tabular.

    If it is possible that

    When I click on the button "add row", field in the column named 'emp_id' in a table will be filled with the value that is available in P3_EMP_ID?

    Pls someone help me.

    Thnks

    Magali

    Yes, it is possible

    simply to > edit in > attribute report > change empno field tabular > attribute in the form >select and set up according to

    default type: point (the name of the application or page element)

    default: P3_EMP_ID

    I hope this helps...

  • Pass the value of form field into the message of confirmation box

    Hello

    I created a confirmation box that fires when a user presses a button on the form.

    Under "URL redirection" button, I have the following:

    JavaScript:confirmDelete('Please_Confirm_Reduction_of_Call_Off_Pick_requirement.','REDUCE_CALL_OFF');

    This in turn calls a PLSQL process that perform a database update for a form called P4_PICK_LINE text field

    Is that I would have to include the P4_PICK_LINE in the confirmation message, i.e. "Please confirm reduction of call off sampling requirement pick123' where pick123 is the value of P4_PICK_LINE

    I know that I can pass in variables like session & APP_USER. etc in the message of confirmation, but not sure about text form element values.

    I use the apex 4.0.0.00.46 on windows version 7.

    Any help would be great


    Thank you
    Chris

    Edited by: Cashy on 05-Sep-2012 03:44
    javascript:confirmDelete('Please confirm reduction of call off pick requirement ' + $v('P4_PICK_LINE'),'REDUCE_CALL_OFF');
    

    A complete list of javascript API functions can be found here: http://docs.oracle.com/cd/E10513_01/doc/apirefs.310/e12855/javascript_api.htm

    You may not use session variables unless your variables are sent to the server. As long as you don't offer you will rely on javascript ;)

    Concerning

    Nico

  • I can't use the value of a field in pl/sql

    Hello

    I have all the fields in a form in a table based on dblink.  It is possible to change a single field 'P250_NOTA_PREPARAZIONE_SPED' and I have a dynamic action associated with a botton in pl/sql:

    Start

    Update ordini_produzione@dbl6

    Set nota_preparazione_sped =: P250_NOTA_PREPARAZIONE_SPED, utente_mod_collo =: app_user, data_mod_collo = sysdate

    where

    ROWID =: P250_ROWID;

    end;

    Works of update statement, the column utente_mod_collo and data_mod_collo have been changed correctly but not the column 'nota_preparazione_sped': it is not being updated.

    Why this behavior?

    Concerning

    Gianpaolo

    gianpagi wrote:

    I have all the fields in a form in a table based on dblink.  It is possible to change a single field 'P250_NOTA_PREPARAZIONE_SPED' and I have a dynamic action associated with a botton in pl/sql:

    Start

    Update ordini_produzione@dbl6

    Set nota_preparazione_sped =: P250_NOTA_PREPARAZIONE_SPED, utente_mod_collo =: app_user, data_mod_collo = sysdate

    where

    ROWID =: P250_ROWID;

    end;

    Works of update statement, the column utente_mod_collo and data_mod_collo have been changed correctly but not the column 'nota_preparazione_sped': it is not being updated.

    Why this behavior?

    At the time the dynamic action is executed, the value of P250_NOTA_PREPARAZIONE_SPED is not available for the PL/SQL code in session state, it takes place only in the browser. Include P250_NOTA_PREPARAZIONE_SPED in elements of Page to submit property the dynamics of the action so that the changed value is updated in the State of session before the PL/SQL code is executed.

  • make a mistake in trying to put the text to the value ofa form field

    Hi all

    When I try to set the text for a field of type value form he gives null pointer exception, please help me.

    I tried below.

    OAFormValueBean containlineid = (OAFormValueBean) webBean.findChildRecursive ("item11");

    containlineid.setText (pageContext, "test");

    Thank you

    Hello

    Please check line 123 XXDPECONTAINLINESCO.java, also make sure you null pointer checking in the

    getting and setting the value

    for example:

    If (pageContext.getParameter ("item30")! = null) {}

    If (containlineid! = null)

    {

    containlineid.setValue (pageContext, recout);

    }

    If (containlineid. GetValue (PageContext)! = null)

    {

    String value = (String) containlineid.getValue (pageContext);

    }

    }

    Date of arrival in the same way:

    String recout = (String) am.invokeMethod ("getSelectedData");

    If (recout! = null)

    {

    containlineid.setValue (pageContext, recout);

    }

    Let me know if you still face with the exception of Null pointer.

    Kind regards

    Had

  • The value of form field navigation

    This question has been posted in response to the following article: http://help.Adobe.com/en_US/Acrobat/X/pro/using/WSC463C76C-C9CE-4fc0-B56F-41A8DA4E8645.htm l

    I thought it was a bug, but it is actually considered as a feature by Adobe. Acrobat is tries to set the tab order to think logical when you move/change fields. They have finally fixed this with Acrobat 11 by providing a way to disable this behavior and greatly increases the usability of the method of definition of the order allowing you to select and move more than one field at a time. These two features alone if it is worth the upgrade price, at least if you do a significant amount of work forms. Before 11 Acrobat is available, I used Acrobat 7 whenever I had a lot of restructuring to do and do it again. His method is still the most effective, but I fear that we will never see it again.

  • Use the value of the field in the xml binding expression

    Hi all.

    I'm trying to access the value of selected dropdownlist in a binding expression.

    I have a dropdownlist called rooms that is bound to XML data. When the selection changes I woud like to access this value in another dropdownlist control, called members , which is also linked to XML data.

    The expression I've tried is:

    $record.room. [roomname == $form.company.mainform.rooms.rawValue] .member [*]

    I call this code on the rooms.changed event (alsop tried on rooms.exit event):

    members.execCalculate ();

    Aparently $form.company.mainform.rooms.rawValue does not return the selected value of the dropdownlist control rooms .

    Is there a way to get the event selected from a different form and recalculate the field binding?

    thanx

    The binding is not dynamic. .meaning its value when the form is rendered, and cannot be changed on the fly.

    Paul

  • Script folder level? How can I use the value of a field as a pdf file name to save as dialog box

    I read somewhere that if you use a script to the folder level, you can do things like save a PDF with a specific file name - possibly based on a domain name.

    How we put in place a folder level script?

    How to run a script from the PDF?

    What code do you use to change the name of the PDF for the content of the text fFieldName field?

    Or is - this really just impossible to do?

    The function must be placed in a .js file in the following folder:

    C:\Program Files (x 86) \Adobe\Acrobat 11.0\Acrobat\JavaScripts

    You can then call it go another level of the folder or the document itself

    script.

  • Use the value of the field in the User parameter

    Using the Report Builder 10.1.2.3.0

    My query is select col1, col2, col3 from myTable
    My user setting is "p_myparam" and the data field by default f_data1 source is zero.
    The f_data1 field is displayed in the same extensible framework that col1, col2, col3.
    My attempt was to create a trigger BEFORE the REPORT with the following text:

    If: col2 = 'MYVAL' then
    : p_myparam: = "I want to assign to this parameter of Some Text";
    end if;

    The error I get is REP-1316: before the outbreak of report refers to the "RECPT_TYPE" column to wrong frequency.

    How can I do this?

    Kind regards
    Max

    Another possibility would be to create a formula of columns within the group where col1, col2 and col3 are placed and do something like

    If :col2 = 'MYVAL' then
       RETURN 'Some Text I Want To Assign To This Parameter';
    else
      RETURN NULL;
    end if;
    
  • ActionScript &amp; amp; change form field values

    I am building a form using flash forms. I have a particular field by default the value is 0.00. I want to make an onchange actionscript that will dynamically change the value of form field to 0.00 if the user deletes the value out of the field and leave empty.

    Please be nice... I know that my actionscript'ing is poor (and probably looks a little bit more JS what did) LOL

    < cfsavecontent variable = "zero_myfield >"
    If (myfield.text == ") {}
    MyForm.MyField.Text == "0.00";
    }
    < / cfsavecontent >

    < cfinput type = "text" name = "MyField" onchange = "zero_myfield" >

    I know that you can manipulate the value of a field to form easily with javascript, but how to do the same thing with actionscript? Pointers would be appreciated!

    Thank you!!

    No need for a function, don't do it in the tag

    Ken

  • First form field will not click

    Hi. I build my first form and for some reason the first form field does not allow the user to click in it to type. If you press the tab key, it will highlight the area and allow to type. But I would have if someone can click and type. Any thoughts on why this is happening? My address is: http://www.zooligans.net This is the first field, the full name. Here is my code. Thank you!

    < do action = "" / gdform.php "method ="post"enctype =" application/x-www-formulaires-urlencoded"name ="form"id ="form">"

    < p >

    < label for = "Name" > full name * < / label >

    < br / >

    < input name = "Name" type = "text" id = "Name" tabindex = "1" size = "65" / >

    < br / >

    < label for = "Email" > < br / >

    Email * < / label >

    < br / >

    < input name = "Email" type = "text" id = "Email" tabindex = "2" size = "65" / >

    < br / >

    < label for = "Address" > < br / >

    < / label >

    < label for 'Address' = > address < / label > *.

    < br / >

    < input name = "Address" type = "text" id = "Address" tabindex = "3" size = "65" / >

    < br / >

    < br / >

    City of < label for 'City' = > * < / label >

    < input name = "City" type = "text" id = "City" tabindex = "4" size = "32" / >

    State of < label for 'ST' = > * < / label >

    < input name = "ST" type = "text" id = "ST" tabindex = "5" size = "5" / >

    < label for "ZIP" = > ZIP * < / label >

    < input name = "ZIP" type = "text" id = "ZIP" tabindex = "6" size = "10" / >

    < br / >

    < label for = 'phone' > < br / >

    < / label >

    < label for 'Phone' = > phone < / label >

    < input name = "Phone" type = "text" id = "Phone" tabindex = "7" size = "30" / >

    < label for "Im a" = > I'm a * < / label >

    "< select name =" Im a"id =" Im a "tabindex ="8">

    Choose one of the < option > </option >

    < option value = "retailer" > detailing < / option >

    < option value = "consumer" > customers < / option >

    < / select >

    < br / >

    < label for 'Comments' = > < br / >

    Comments < br / >

    < / label >

    < = 'comments' id = cols 'comments' textarea name = "64" lines = "5" > < / textarea >

    < br / >

    < br / >

    < input name = "send" type = "submit" id = "send" onclick = "MM_validateForm (' name ',", 'R', 'Email', ","RisEmail', 'Address', ", 'R', 'City'", 'R', "ST',", 'R', 'ZIP',", 'RisNum');" return document. MM_returnValue"value ="Submit"/ >

    < br / >

    " < input name ="recipient"type ="hidden"id = 'recipient' value = ' [email protected] "/ > "

    < input name = "redirect" type = "hidden" id = "redirect" value = "thankyou.html" / > "

    < /p >

    < / make >

    There is something not quite right about the code of your pages. I have'nt discovered what yet, but I can tell you that it seems to be your footer

    who is somehow blocking the form field

    Add style = "" clear: both; "as shown below and see what is happening:"

  • Fill a field value based on the value of another field

    Hello
    Could someone tell me what is the problem with the following select statement. For a group of records, trying to fill a field with a value based on the value in another field (problem of status), but the Group of records appears empty just when I put this code in the field.
    Any help would be appreciated
    Thank you


    <? choose:? >
    <? When: IssueStatus = "Open"? >
    <? 1? >
    <? end when? >
    <? otherwise:? >
    <? When: IssueStatus = "closed"? >
    <? 2? >
    <? end when? >
    <? otherwise:? >
    <? When: IssueStatus = "Unresolveable? >
    <? 3? >
    <? end when? >
    <? end otherwise? >
    <? end to choose? >

    Use the following syntax.

    
    
    Display 1
    
    
    Display 2
    
    
    Display 3
    
    
    
  • 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

  • Compatibility with Equium P200 RAM

    Hello Is PC2 - 6400 S-666-12-1E with Equium P200-1ED compatible?I don't know that I asked before I bought it, but now it does not start. So I want to know if it is because they are defective or got bad advice. Thank you

  • Windows 2008 R2 64 bit servers with UAG memory leak

    We organize two Windows 2008 R2 64 bit with UAG servers.  We note that, during 10-14 days memory begins to run upstairs and users no longer able to connect to OWA through UAG.  We found KB971265 which talks about the memory leak known issues and prov

  • The DVD eject button

    Given that I've upgraded to Windows 10 my DVD eject button does not work on my Aspire 5810TZ, suggestions?

  • Where is my audio book

    I am a newbie to MP3.  I downloaded an audiobook, but my audiobook on the Sansa file shows empty.  I know it's somewhere, because when I drag and drop here once again, I wonder if I want to replace it.  Where can I find it?

  • How can I block from a certain address email in Windows Live Mail?

    Windows Live Mail - my ex sent me unpleasant emails. I want to block his email address. How do I do that? My ex sent me unpleasant emails. I want to block his email address. How do I do that