Order of the form fields and the name (without CB) in Email

Hi fans of Muse.

I have little problem set. order of fields in form of Muse and naming in the submitted e-mails.

There is a simple form (for a subscription to the newsletter) with 3 fields (tags are off): name, surname and email address.

Muse site is not hosted on BC and everything works fine (emails sent, name and email are delivered) except these things:

1. the subject of the email subject is "submission of form XY. Is it possible to change the subject?

2. in the presentation of muse, I have 1 the name field (for the first name), then a single line filed for the name field, then the email field.

But the delivered mail reads as:

Name: XY (First name)

Email: email

Custom: XY (family name)

Is it possible to change the order and rename the fields correctly?

Thanks in advance

CPT Hoschi

The label used in the enamel, is the same thing as the label used in the form of Muse, even if the label is hidden, so you can change your last label of the name "custom" for "last name" field and which should improve the email you get.

In regard to the order of the fields in the email doesn't match not in order on the page, I think it's a bug of Muse. Muse currently generates e-mail based on the order of the fields in your form, rather than the order from top down. You should be able to affect the order of fields in the e-mail by selecting the individual form fields and choosing "send to back" or "leading" in the menu object.

Tags: Adobe Muse

Similar Questions

  • How to allow the addition of attachments and more filled in form fields and signing existing signature field

    How do to allow the addition of attachments and more filled in form fields and signing of signature field when creating a secure pdf document?

    You must allow commenting as well. Reader users will be able to add attachments as comments. You can also use JavaScript with Player 11 and DC to automate the process somewhat.

    If you need users of Reader in order to add attachments as Acrobat can, you need to add the right of use of file attachments, but you can't do that with Acrobat.

  • Enter the text for the form field and do to repeat in the following pages

    Hi - I'm working on an interactive form of 14 pages. There are two text fields that must appear on the bottom of each page.

    Anyone know if it is possible for the user to these fields in competition once and while the text automatically repeat on the following pages?

    I create the form in InDesign CS6 (I CC, but it runs like a turtle).

    Any help much appreciated! Thank you.

    Form fields with the same name will have the same value, so just name them

    Similarly.

    Duplicate a field on several pages is easily achievable in Acrobat, by the way.

    There is a built-in function that allows you to do when you right click on a shape

    in form editing mode.

  • Need to concatenate the put date in the form field and the numeric field

    Hello

    I have a date field and a 4-digit numeric field in my form. I want to concatenate these fields in a new field in the following format: "YYYYMMDD [4-digit numeric field]."

    For example

    Date: June 4, 2015

    Number: 1234

    Concatenated field: 201506041234

    When I try to concatenate the value of date, I get the string value is entered instead of the actual date (e.g. "4 June").

    Thank you.

    OK, the script might like:

    Get the values of field as strings

    var sDate = getField("date1").valueAsString;

    Var Nums = getField("number1").valueAsString;

    Convert string to date in a date object

    Kai var = util.scand ("mm/dd/yyyy", sDate);

    Concatenate number and the date strings

    var sDateNum = util.printd ("YYYYMMDD", letter) + nes;

  • Order by the name of data file.

    Hi all

    I use 11 GR 2 and looking to find a way where in I am able to retrieve the name of the data files so be it, one where he lists the data file in the order of mount points. first say data1 and then so on...

    Excerpt from my data output files.

    /DB/ptmtrain/Data1/System01.dbf

    /DB/ptmtrain/data2/sysaux01.dbf

    /DB/ptmtrain/Data1/undotbs01.dbf

    /DB/ptmtrain/Data3/tools01.dbf

    /DB/ptmtrain/data24/users01.dbf

    /DB/ptmtrain/data25/USERS02.dbf

    /DB/ptmtrain/data26/USERS03.dbf

    /DB/ptmtrain/data2/rbs01.dbf

    /DB/ptmtrain/Data3/rbs02.dbf

    /DB/ptmtrain/data2/rbs03.dbf

    /DB/ptmtrain/data23/sans01.dbf

    should be something like

    /DB/ptmtrain/Data1/System01.dbf

    /DB/ptmtrain/Data1/undotbs01.dbf

    /DB/ptmtrain/data2/sysaux01.dbf

    /DB/ptmtrain/data2/rbs03.dbf

    /DB/ptmtrain/data2/rbs01.dbf

    /DB/ptmtrain/Data3/tools01.dbf

    /DB/ptmtrain/Data3/rbs02.dbf

    /DB/ptmtrain/data23/sans01.dbf

    /DB/ptmtrain/data24/users01.dbf

    /DB/ptmtrain/data25/USERS02.dbf

    /DB/ptmtrain/data26/USERS03.dbf

    Concerning

    Maybe

    with

    data_files as

    (select ' / db/ptmtrain/data1/system01.dbf' file_name Union double all the)

    Select ' / db/ptmtrain/data2/sysaux01.dbf' of all the double union

    Select ' / db/ptmtrain/data1/undotbs01.dbf' of all the double union

    Select ' / db/ptmtrain/data3/tools01.dbf' of all the double union

    Select ' / db/ptmtrain/data24/users01.dbf' of all the double union

    Select ' / db/ptmtrain/data25/users02.dbf' of all the double union

    Select ' / db/ptmtrain/data26/users03.dbf' of all the double union

    Select ' / db/ptmtrain/data2/rbs01.dbf' of all the double union

    Select ' / db/ptmtrain/data3/rbs02.dbf' of all the double union

    Select ' / db/ptmtrain/data2/rbs03.dbf' of all the double union

    Select ' / db/ptmtrain/data23/sans01.dbf' of the double

    )

    Select file_name

    of data_files

    order of to_number (substr (file_name, 18, instr(file_name,'/',-1)-18))

    FILE_NAME
    /DB/ptmtrain/Data1/System01.dbf
    /DB/ptmtrain/Data1/undotbs01.dbf
    /DB/ptmtrain/data2/sysaux01.dbf
    /DB/ptmtrain/data2/rbs03.dbf
    /DB/ptmtrain/data2/rbs01.dbf
    /DB/ptmtrain/Data3/tools01.dbf
    /DB/ptmtrain/Data3/rbs02.dbf
    /DB/ptmtrain/data23/sans01.dbf
    /DB/ptmtrain/data24/users01.dbf
    /DB/ptmtrain/data25/USERS02.dbf
    /DB/ptmtrain/data26/USERS03.dbf

    Concerning

    Etbin

  • Order by the name of the month

    Hi all

    Is there a way to structure the report in order by month? I have a question for the chart as a sub-



    SELECT LINK NULL, month LABEL, SUM (TOT_VISITORS) VALUE OF RTV_VISTATS

    where financial_year =: P36_CHART_VALUE

    Group by month

    order by 1



    and it displays the result in alphabetical order as April, December, February, June, etc. But I want to display the name of the months January, February, March, April and so on.



    Can someone help me with this please?



    Thanks advanced



    Pascal M

    Hello

    Simply fill in the months missing "NOV" "MAR" IN "NOT IN ().

    order by to_date)
    -case when upper (substr (TRIM (MONTH), 1, 3)) NOT IN ("JAN", "Feb",..., "DEC") THEN
    ELSE 'JAN' substr (TRIM (MONTH), 1, 3) END
    (|' / 01/2008 ","month, dd, yyyy")

    Edited by: bobbydj 09 Sep, 2008 21:51

    /*
    Incidentally, if you could clean your month column first, then you can use my first example. After cleaning, you should consider adding a validation on month column in order to eliminate the months not valid (a perhaps check constraint).
    Also avoid using common words (e.g. month) of the reserve under the column names. :)
    */

  • Labels for form fields and calculations

    Help, please!  I use Acrobat XI. I have 2 buttons that the user needs to check and I can't seam to label. I would like more than a label of reversal. My research is said to go to properties > Options and label here as a label and a name are different. Labelling is not an option for me here. I have two choices: stye and Radio button selection button.   Help, please!  Also, I tried to said the tax rate of NC of 6.75% for the resident of NC button and we found that I have to add a java script in the actions of a field AND an export value to check the properties of the area, is that correct? Could someone explain PLEASE.  Essentially, I have a subtotal box and to add sales tax (a different - when box checked) and come with the order total.  Thanks a lot for your help. Best regards, titi

    The last line should be:

    If (taxable! = "Off") {event.value = subtotal * tax_rate ;}} else {event.value = ' ' ;}}

  • Create Acrobat with JavaScript form field and restrict numeric values only

    Hello

    I use a JavaScript loop to create a number of similar form fields. I'm trying to restrict the data entered in these fields of numbers only. I am able to validate the figures who are registered, but the fields still accept text, I don't want to. How can I make sure that text is not accepted?

    Script:

    var x 1 = 53;
    var y1 = 358;
    var x 2 = 123;
    var y2 = 340;

    for (var i = 1; i < 18; i ++) {}
    var name = "MyField" + i;
    var type = "text";
    var page = 1;
    rental var = [x 1, y1, x 2, y2];
    myField var = this.addField (name, type, page, location);
    myField.textSize = 10;
    myField.setAction ("Post", "AFRange_Validate (true, 0, true, 100) '");
    myField;
    Y1-= 18;
    Y2-= 18;
    };

    For example, if you want to display 2 digits to the right of the decimal separator with a comma of any currency symbol, thousands separator, you need to add:

    myField.setAction ('Format', ' AFNumber_Format (2, 0, 0, 0,-"\", false); ");

    myField.setAction ('Touch', ' AFNumber_Keystroke (2, 0, 0, 0,-"\", false); ");

  • Acrobat - 'Plus' sign showing on some form fields and others don't

    Hello

    We have built a PDF for a customer who has a number of form fields. Some are same line but most are multiline fields. Everything works well except that on some areas, views "overflow indicator text' and on the other is not.

    We cannot predict the length of the text (it will take overflow on most fields) so they need to be a fixed height. It looks like Acrobat is struggling to understand what fields have 'overflow' text and then sometimes displays the indicator and sometimes is not even if the fields themselves are identical. I know that we can stop the indicator to display in our individual preferences, but this wont be any good for the recipients that we cannot say to each user for that turn on or off.

    Any guidance appreciated! Is there a way to disable this flag for end users?

    Since you use Acrobat, you are more likely to get a useful response if you ask in the forum of Acrobat.

  • Why can't I control the 'name' on my Yahoo email?

    I have two Yahoo e-mail accounts. One of them plays very well and as you when I send a message from him, it displays the name I gave you ('Bob W') as the sender when it is received by the recipient. This gives the floor VAC ' t #1.

    The other account has the problem. The problem is that when I send an email from him, he shows only the name of 'Yahoo!' or 'Y!' as being the sender when it is received by the recipient. Call this VAC ' t #2.   In addition, the "Yahoo!" is their corporate logo in purple "BOLD" and is not something that I typed in any area of settings.

    It is worth noting that I checked all settings account and I see no difference in settings between these two accounts.

    How can I get acc '#2 to perform as VAC t' t #1?

    Thank you for any help or advice.

    Apple Mail 9.1

    Mac OS 10.11.1

    Too bad... I just thought of it.

    I had a Contact 'Yahoo '. This is what caused the problem.

  • form field background changes color without reason

    Puzzled puzzled and bewildered with this one

    I have a page normal formail developed that works very well in the function layout and style with the fields being styled with css.

    HOWEVER

    When the field is preceded by the words name or Email the field changes color to a muddy yellow color instead of the background color applied

    SEE: http://www.royalforesterinn.co.uk/table.html

    Note:
    If I have above with bname say he retains the style

    No idea why guys?
    and how do I solve this problem?




    Google toolbar?

    --
    Murray - ICQ 71997575
    Adobe Community Expert
    (If you * MUST * write me, don't don't LAUGH when you do!)
    ==================
    http://www.dreamweavermx-templates.com - template Triage!
    http://www.projectseven.com/go - DW FAQs, tutorials & resources
    http://www.dwfaq.com - DW FAQs, tutorials & resources
    http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
    ==================

    "Javo_1" wrote in message
    News:efis21$9LQ$1@forums. Macromedia.com...
    > Puzzled baffled and bewildered with this one
    >
    > I have a page of normal formail developed that works very well in the layout fucntion
    > and
    > style with the fields being styled with css.
    >
    > HOWEVER
    >
    > when the field is preceded by a reference name or Email field changes
    > color of a muddy yellow color instead of the background color applied
    >
    > SEE: http://www.royalforesterinn.co.uk/table.html
    >
    > Note:
    > if I have above with bname say he retains the style
    >
    > Any ideas why guys?
    > and how to fix this?
    >
    >
    >
    >
    >
    >

  • Remove the spaces and special characters to a form field

    Hello

    I am tragically new to all this, but I'm trying to create a form in Adobe Acrobat 9.  I am trying to use a custom script Format to make entries in a form field and automatically remove the spaces and special characters (hyphens specifically).  For example, if a user 'RAN - 99 06' entries I want to change it to "RAN9906."  I found this script that does not allow users to input special characters

    If (! event.willCommit) {}


    Event.change = event.change.replace (/ [------$# ~ %------*------*------^-------------(\)------+=------[\]------{\}; \ "\ <>\ \?"]) \ | \\\ !] /g, "");

    }

    And it's OK, but I can't understand how to prohibit the spaces.  In addition, the perference would be a script to allow users to enter data as they wish, but to clean after leaving the text field.

    Thanks in advance!

    Yes, there are a few changes during the passage of the code of the event in the sequence of keys to the Validate event.

    First of all, you need not try the willCommit. In fact, when the sequence of events of field reached the Validate event, the field is already committed. The Validate event does not therefore the property of willCommit.

    Secondly, in the Validate event, you work on the event.value and either event.change. Thus, you will replace accordingly.

    And who should actually do.

    I hope this can help.

    Max Wyss.

  • cfm code form field to enter in the access database

    anyone would take a few seconds to give some info very newbie...

    I want to take a few fields of the form (name, phone, etc.) ... Take these form fields and store this entry in the access database (call it DATA .mdb). Basically, use the CFM page: a GUI for the database.

    Thank you!

    Dan, it's exactly what I needed. I know simple SQL and can handle it. Thank you for your time.

  • Export the list of the names of orders of FPGA in plain text?

    I'm working on a Labview 2014 project that uses a compactRIO with architecting FPGA device. When I open the Strict 'FPGA - Def Type Reference.ctl' file on Real_Time.lvproj and right-click on "FPGA Refnum" and then select "configure FPGA VI reference...". "I see a list of orders with the name and the type of description (Boolean, U32, I16, Fixed Point etc.)  There are a number of them, about 200 in total, and they do not fit on one screen, I have to scroll a bit small provided not resizable window, and I can't select and copy the names as if they were plain text.

    Is there a way to export this list of control names and types in a file in plain text, for purposes of documentation and external reference?  Or such a created file "behind the scenes" somewhere during the FPGA compilation step, that I can find?

    In case someone else wants to do that, I used the unix tool "xmlstarlet" XML (also available for cygwin) to get the names and the widths of all the bits bitfile FPGA registers.  This gives you two text files, but the order is preserved if you can copy and paste separate columns in Excel and if you (name, bitwidth) aligned pairs.

    xmlstarlet salt t m ' / Bitfile/VI/RegisterList/Register/Name / text () "-c. n FPGA/bitfiles/FPGA.lvbitx > RegisterList.txt

    xmlstarlet salt t m ' / Bitfile/VI/RegisterList/Register/SizeInBits / text () "-c. n FPGA/bitfiles/FPGA.lvbitx > SizeList.txt

  • Can we change the name of command for orders of CRM in British Colombia?

    When a person places an order and we expect under CRM > orders then the name of the order column has a descriptive title wrong i.e. "Online Shop 10 March 2016 14:15". ""

    Can we change to include details about the purchased product?

    Order Name.jpg

    Hi Le-Roy

    Only after the order has been created, using option change.

    THX

    Silviu

Maybe you are looking for