Subject field of Email form

Hi, I was wondering if it is possible to add a subject for the e-mail field to my form. I know that you can manually set the subject of the e-mail by naming the form, but I'd like to know if it is possible for the user to set a custom object.
Thank you.

The subject of the e-mail form is composed automatically by using the name of the form that you specify. There's no other way to change that in Muse. You can use the name of the form field to customize the subject of the email.

See you soon,.

Vikas

Tags: Adobe Muse

Similar Questions

  • Combination of fields on the form to create a line of message and subject

    I have a few fields on my form I want to combine and create a line of message and the subject of.

    The fields are FirstName and LastName

    Using these two I want a topic saying something like "it's a form BLAH

    First name + name

    And something similar to a message on e-mail. As cc their email so that they get a copy of the form

    Is it possible

    Hello

    In my original example, I have a TextField object, called subjectLine. If your form does not have this object, then the script will fail, because Acrobat/Reader knows not what subjectLine is (for example, it is undefined).

    If you look at the original example, I want to build a subject line in the electronic mail using the TextField subjectLine. That's why I first test to make sure that the subjectLine TextField is not null.

    Where in your case you should be stable that FirstName and LastName is not zero, because these are the two objects that you use to create your subject line of the message.

    So for this part of the script, it's what I expected:

    // Check subject line field and extend error message
    if (form1.p1.subUserInformation.FirstName.rawValue == null || form1.p1.subUserInformation.LastName.rawValue == null)
    {
         errorMessage = errorMessage + "\n - please provide your first name and last name.";
    }
    else
    {
         vSubject = "Completed: Structure Change Form " + form1.p1.subUserInformation.FirstName.rawValue + " " + form1.p1.subUserInformation.LastName.rawValue;
    }
    

    Then the last script block checks all the options that are used to form the email and either send the email if they are all not null or gives the error message to the user:

    // If fields required for script are null, warn user and do not initiate email
    if (emailAddress.rawValue == null || form1.p1.subUserInformation.FirstName.rawValue == null || form1.p1.subUserInformation.LastName.rawValue == null)
    {
         xfa.host.messageBox(errorMessage, "Sending an email", 0, 0); // Send out a custom error message if any of these fields are null
    }
    else
    {
         // Everything is OK, send email
         event.target.submitForm({cURL:"mailto: "+ vEmail +"?subject=" + vSubject +"&body=" + vBody + vCC,cSubmitAs:vFormat,cCharset:"utf-8"});
    }
    

    Who is?

    Niall

  • I'm on Acrobat 10 and I need help with the distribution of shape feature. Is there a way to change the registration e-mail download addressed to the? Currently all forms I create and then distribute may only be subjected to my email account... I appreciat

    I'm on Acrobat 10 for mac and I need help with the distribution of shape feature. Is there a way to change the registration e-mail download addressed to the? Currently all forms I create and then distribute may only be subjected to my email account... I appreciate any help!

    Do not use the feature distribute the form. Instead of this, just put up a button "submit" and configure it to send email using any email address you want. Just add a button and set the action of the mouse upward on "Submit a form" and use a type mailto URL and specify that you want to send the full PDF. Then activate the reader of the document: where "Advanced/extended features in Adobe Reader" is located in Acrobat XI?

    If you really want to use distribute the form for some reason, change the e-mail address in your preferences: Edit > Preferences > identity > Email address

  • PDF form not fill not to subject line in email when submitted to the Google Chrome browser

    Google Chrome doesn't seem to work, but all other browsers don't.  In the subject line Chrome and location complete the CC: and BCC: fields of email client and not the subject line?

    My current javascript is:

    If (email! = "")

    {

    this.mailDoc ({bUI:false, cTo:email, cSubject:location, CMSG: "Employee Completed appointment request attached"});

    }

    * I'm sure something can be added or attached to solve this problem, so it does not work in all browsers.  It is important for me that it works well in IE, Chrome, Firefox, and Safari.  The big four browsers anyway.

    Image of the sample question: basically the user is obliged to remove bcc:, and then click Send.    So no subject line.  Which means a manual operation at the location of the Inbox folder will be necessary, because I've installed rule to sort the Inbox based on the subject line.

    javascriptimageissue.png

    Yes I can offer link for download as... good suggestion... Thank you

  • CheckBox in php email form

    Hello Dreamweavers

    I'm working on a new site that has a contact form to send an email.

    It works very well

    form has the following fields: name, email, phone, Web site, subject, and message

    site is here: http://tinyurl.com/7vzgl7z

    I would now like to add a box that people can check if they want to receive a "questionnaire".

    I added this to my form as follows:

    < label for 'questionnaire' = > Yes, please send me the questionnaire < / label >

    < input type = "checkbox" id = 'questionnaire' name = 'questionnaire' value = "yes" >

    The mail is then sent by the file send.php as follows:

    $post = (! empty($_POST))? true: false;

    If ($post)

    {

    $name = stripslashes($_POST['name']);

    $email = trim($_POST['email']);

    $phone = stripslashes($_POST['phone']);

    $website = stripslashes($_POST['website']);

    $subject = stripslashes($_POST['subject']);

    $message = stripslashes($_POST['message']);

    $error = ";

    some more code

    My question is how to get the value of the check to be sent to my email address

    I found some examples on the web, but still can't make it work.

    Should simply be $questionnaire = $_POST ['questionnaire'];

  • PHP email form

    Hello Peeps

    All started playing around in web design, I managed to acquire a model for my friends of the society of golf, but I am unable to get the correct form php put in place for the contact page. The code for the form is below.

    < form id = "Contact form" action = "email.php" method = "post" > "

    < div >

    "< label > < span class ="input"> < input type ="text"value =" "your name:" onBlur = "if(this.value=='') this.value ='Your name:'" onFocus = "if (' this.value ==' your name :') this.value =" "/ > < / span > < / label >)"

    "< label > < span class ="input"> < input type ="text"value =" "your email:" onBlur = "if(this.value=='') this.value ='Your E-mail:'" onFocus = "if (' this.value ==' E-mail :') this.value =" "/ > < / span > < / label >)"

    "< label > < span class ="input"> < input type ="text"value =" "your state:" onBlur = "if(this.value=='') this.value ='Your State:'" onFocus = "if (' this.value ==' your state :') this.value =" "/ > < / span > < / label >)"

    < span class = "textarea" > < textarea onBlur = "if(this.value=='') ' this.value ='Your Message:'" onFocus = "if (this.value ==' your Message :') this.value =") "> your Message: < / textarea > < / span >"

    < / div >

    < div class = "alignright" >

    < a href = "#" class = "link" onClick = "document.getElementById('ContactForm').reset ()" > < span > < span > claire </span > < / span > < /a >

    < a href = "#" class = "link" onClick = "document.getElementById('ContactForm').submit ()" > < sending span > < span > </span > < / span > < /a >

    < / div >

    < / make >

    I searched the net for a solution and found the below, but I can't get the content of the message to appear in the emails.

    <? PHP

    -Put these settings-

    Subject of the email sent to you.

    $subject = "Contact form results."

    Your email address. This is where the information on the form will be sent.

    $emailadd = ' [email protected] ';

    Where redirect after form is processed.

    $url = ' http://www.wsog.co.uk/Contact.html';

    Makes all the required fields. If the value of '1' no field cannot be empty. If the '0' value any or all fields can be empty.

    $req = '1';

    -Do not edit below this line-

    $text = "comes from the shape: \n\n";

    $space = ' ';

    $line = '

    ';

    foreach ($_POST as $key = > $value)

    {

    If ($req is '1')

    {

    If ($value == ")

    {echo "$key is empty"; die ;}

    }

    $j = strlen ($key);

    If ($j > = 20)

    {echo "Of the form $key name cannot be longer than 20 characters"; die ;}}

    $j = 20 - $j;

    for ($i = 1; $i < = $j; $i ++)

    {$space. = ' ' ;}}

    $value = str_replace ('\n', "$line", $value);

    $conc = "{$key}: $space {$value} $line";

    $text = $conc;

    $space = ' ';

    }

    mail ($emailadd, $subject, $text, ' from: '. $emailadd. ");

    echo "< META HTTP-EQUIV = CONTENT refresh ="0; " URL ='. $url. " » >';

    ? >

    advice on how I can get the text to be sent would be very greatfull.

    Your input and textarea fields have no names. The name becomes the key used by the post superglobal. Without it, nothing will be passed to this POST when sending. So, for example, where you have the value = "your state:"you must follow with name = 'State' "

  • How can I add session variables for the subject field and the body of the e-mail Message?

    How can I add session variables for the subject field and the body of the e-mail Message? Tried several combinations, but do not seem to correct the syntax.

    This is the code I have. I need to change all the form variables in $msg in session variables. The $to part is supported. What remains are the $subject and $msg fields.

    $à = « à : ». $_SESSION ["toemail"];
    $subject = '$firstname $lastname, your registration details ';
    $from = "from: [email protected]"; "
    $msg = "Dear $title $firstname $lastname\r\n\nThank for the registration for the design of your dream Home.\r\nWe have received this following details details of you-\r\n\nClient-\r\n\nOccupation: $occupation \r\nPhone No.: $phone \r\nE-mail: $email\r\n\nPresent $ location: \r\n location\r\n\nPresent address: \r\n$ address\r\n\n\nFollowing are specified by you - design requirements \r\n\nBasic Features\r\n\nNo." floors: $floors\r\nNo. of bedrooms: bedrooms\r\nNo of $. of bathrooms: $bathrooms\r\nFloor region: $sqft\r\n\nFurther Suggestions: $ Plan\r\n\nSplit one further\r\n\n\nType floor: $splitfloor\r\n-remarks: $splitfloorremarks\r\nOpen floor: $openfloor\r\n-remarks: $openfloorremarks\r\n\n\nList of the rooms to be Included\r\n\nFoyer: $foyer\r\n-remarks: $foyerremarks\r\nDrawing: $drawing\r\n-remarks: $ alive drawingremarks\r\nFormal: $formalliving\r\n-comments : $ alive formallivingremarks\r\nFamily: $familyliving\r\n-remarks: $familylivingremarks\r\nHome Office: $homeoffice\r\n-remarks: $homeofficeremarks\r\nDining: $dining\r\n-remarks: $diningremarks\r\nMaster room: $master\r\n-remarks: $masterremarks\r\nMaster bathroom: $masterbath\r\n-remarks: $masterbathremarks\r\nMaster Dressing: $masterdress\r\n-remarks: $masterdressremarks\r\nBedroom: $bed\r\n-remarks: $bedremarks\r\nBathroom: $bath\r\n-remarks: $bathremarks\r\nDress: $dress\r\n-comments : $dressremarks\r\nStudy: $study\r\n-remarks: $studyremarks\r\nLibrary: $library\r\n-remarks: $libraryremarks\r\nPowder room: $powder\r\n-remarks: $powderremarks\r\nPrayer room: $prayer\r\n-remarks: $prayerremarks\r\nKitchen: $kitchen\r\n-remarks: $kitchenremarks\r\nPantry: $pantry\r\n-remarks: $pantryremarks\r\nUtility/area of work: $utility\r\n-remarks: $utilityremarks\r\nBalcony: $balcony\r\n-remarks: $balconyremarks\r\nStore: $store\r\n-remarks: $storeremarks\r\nLaundry : $laundry\r\n-remarks: $laundryremarks\r\nVeranda: $veranda\r\n-remarks: $verandaremarks\r\nCar porch: $carporch\r\n-remarks: $carporchremarks\r\nGarage: $garage\r\n-remarks: Theater garageremarks\r\nHome $: $theater\r\n-remarks: room of $theaterremarks\r\nMaid: $maid\r\n-remarks: $maidremarks\r\n\nOther general remarks: $general\r\n\nPlease note that the fields have been left blank in your form will be considered undecided details and used in discretion.\r\nIf of the architect , it better to add more later, design requirements please feel free to reply to this email with the details. « ;
    $fla = mail ($to, $subject, $msg, $from);

    Thanks in advance!

    askintrades wrote:

    How can I add session variables for the subject field and the body of the e-mail Message?

    What you want to do? Given the nature of your question, it seems that you probably don't know what a session variable is used. The PHP manual describes the purpose of sessions here: http://docs.php.net/manual/en/intro.session.php.

    I need to change all the form variables in $msg in session variables. The $to part is supported. What remains are the $subject and $msg fields.

    $à = « à : ». $_SESSION ["toemail"];

    Why do you need to change the form variables in session variables? They are already stored in session variables, or they come directly from the form?

    The $to part is not supported. When you pass $to to the mail() function, it should contain only an e-mail address, not a string that begins with "to:

  • Entry type field that email instead of text

    Hello

    In my form of Muse, I want the input field type to be "e-mail" instead of "text" - like HTML5 mobile type of entry (for example, the info here: entry Types: give users the right keyboard on Mobile Forms - UX movement) so that the messaging keyboard appears on the device instead of the regular keyboard - in the 'Phone' of my site version.

    I have this in a text outside the Muse Editor, after saving the project and the Muse out - but can't find a way within the Muse to change the type of field in a form (without the insertion of HTML and lose the convenience of form widget).

    Is it possible to do this inside the Muse, by using the form widget? Here and on Google search gives me no useful result.

    It's much easier forms for users get right - especially in their email address, that is the question that I most want them to get the right!

    I can do - outside the Muse - but it's painful for my workflow and means manual intervention whenever I publish/Export.

    Thank you

    Dean

    I don't think you can change the type of data entry, unless you make changes through the html of the form section.

    Thank you

    Sanjit

  • Add a field to a form of event booking and amending the module results.

    I'm trying to use the events/booking system to book occasional days at a daycare for a customer. I can customize the events detail form layout but I need a few extra fields and make changes to the auto responses.

    The form/page is visible in a secure area, so that the user gets the submitted form against their name. It is very good. However, I must also capture the name of the child who is being reserved for the adult. Can I add a field to this form and taped in the event reservations. I tried to add a field, but the data is not captured in the form results.

    I also need to change a few other things on the module:

    -the form workflow. Where and how can I configure the workflow used for the presentation of the event/reservation? He seems to have chosen a random.

    -J' need to change text field names / on the module results from the form on the confirmation page and confirmation email.

    -It shows "Reserved seats" is in this case an inappropriate description of the measures taken. I need to change this to 'Requested places', or remove it completely.

    -It also shows "confirmed Reservation". I need to change this "booking request received.

    -l' displays confirmation email a booking link check at the top of the email. It is not in the model of Notification email about the event. How can I remove it?

    Can I use javascript to hide or search and replace some of the incriminated tags, but I was hoping there's a cleaner way.

    For any help or suggestion would be greatly appreciated.

    Hey there,

    The booking form is just a web form, the Treaty differently BC when, on the events page. So, in web forms, you will find the booking form. You can add not just fields for the html code of the form. You must add them here so they can go in the database.

    -The workflow of the Web form can be changed on the settings for web form, the workflow is under site settings and you can create/modify them there.

    -You can have the name of the fields coming out, you don't have a lot of customization on the email confirmation or the layout. You cannot limit or modify the fields.

    -You cannot use javascript in emails, this isn't a thing of BC, this is something Telec.

  • To mySQL, then the email form does not work after the insertion of the post

    I use the Spry framework to validate certain fields on a form and then insert all of the data forms in a database (with no problems). Then, I want to send an email with a few fields from the form submission.  Normally this works very well in the email PHP code that I have, BUT after adding the spry validation or after you add the insert after section of goto, email PHP code no longer receives the form post data.

    Any ideas what could cause the loss of the post of the form variables?

    Thank you!

    -Daniel Hoviss

    Normally the form sends the data to the processing page, I transmit not explicitly all variables form.

    Like this

    In fact, you pass form variables explicitly. It's that submit a form.

    When you submit a form, the variables are passed to the next page, through the GET method or the POST method. That's why you can access it using $_POST or $_GET. Variables exist only from one page to another. As soon as you redirect the user to another page, the values are destroyed. The code in Dreamweaver $insertGoTo uses the header() function to redirect the user to another page. This is why your variables are no longer available.

    The simple way around this is to add the email script immediately before the code that redirects the user. You can either put the E-mail script directly in the same page, or use a PHP include.

  • My Outbox is suspended (swirling circle) with a large attachment... It's been 4 days now and beneficiaries become the subject of the email, but no attachment every few hours. I tried airplane mode turn off etc. and not good. Help!

    My Outbox is suspended (swirling circle) with a large attachment... It's been 4 days now and beneficiaries become the subject of the email, but no attachment every few hours. I tried airplane mode turn off etc. and not good. It seems that I can not stop the email to send so that I can access and delete it. Help!

    delete the account and set it up again

  • I want to send my message by mail with the email form that I have already installed

    I want to send my message by mail with the email form that I have already installed

    original title:<>

    Hi Michael,

    I suggest you to check if you get the same message in Internet explore, if you use Firefox I suggest you contact Firefox for using the link below.
     
    Hope this information helps.
  • Disable all the fields in a form, when a button is clicked

    Hello

    When I click on any button in the screen, I need to disable all fields in this form.

    Can tell me this.

    Kind regards

    Srinivas

    Seems funny to have two people asking similar questions - you are associated with this poster?

    http://supportforums.BlackBerry.com/T5/Java-development/focus-field-issue/TD-p/1420511

  • change the subject of an email in the Inbox

    can I change the subject of an email in the Inbox

    Message class

    Sub setSubject (String subject)

  • Can I use dynamic subject line in email?

    Hello

    Can I use dynamic subject line in email?

    Hi Sanjiv yadav, Yes, we do. For this we need to put dynamic content on this particular line or section. Thanks, Eloqua Expert

Maybe you are looking for