Forms drop down menu

I'm trying to create a marketing piece/template with a drop down list for my sales staff to select thier photo & contact information.  How can include this information when they select thier name from the drop down list?  I'm guessing it's some sore of javascript action???

hmmmmm? I have replaced it with script that works...not sure what the deal is?  do you see anything?
aAddr[14] = "Jeff Dettelbach\rSenior Mortgage Consultant\rDirect (317) 506-6847 x229\rEmail:    [email protected]\r9000 Keystone Crossing. Suite 1050.Indianapolis, IN 46240";
aAddr[15] = "Julieann Dettelbach\rSenior Mortgage Consultant\rDirect (317) 506-6847 x235\rEmail:    [email protected]\r9000 Keystone Crossing. Suite 1050.Indianapolis, IN 46240";

Similar Messages

  • PDF form drop-down menu

    Is it possible to have a drop down menu in a PDF form that when one of the options is selected automatically greys out and locks another section of the form?
    Cheers

    Set these values as the export values of each of the choices in the
    dropdown and then you could simply use it in the built-in Product option
    under the Calculate tab of the total field.

  • PHP Sticky form drop down menu

    I need to make this "sticky" (if a user makes a choice and the form is submitted then make the form remember the choice) and cannot figure out how to code it.
    <select name="merchantCategoryID" id="merchantCategoryID" >
                   <option value="">Please choose a category</option>
                    <?php
                   do { 
                    ?>   
                    <option value="<?php echo $row_getStoreCategories['merchantCategoryID']?>"
                    <?php
                             if ($row_getStoreCategories['merchantCategoryID']==$row_getMerchant['merchantCategoryID']) {
                                  echo "selected=\"selected\"";
                             } ?>>
                             <?php echo $row_getStoreCategories['Category']?></option>
                             <?php
                             } while ($row_getStoreCategories = mysql_fetch_assoc($getStoreCategories));
                               $rows = mysql_num_rows($getStoreCategories);
                               if($rows > 0) {
                                   mysql_data_seek($getStoreCategories, 0);
                                    $row_getStoreCategories = mysql_fetch_assoc($getStoreCategories);                        }
    ?>
    </select>

    You want to display the value selected if the form contains errors, so you just need to check if $_POST['merchantCategoryID'] has been set, and use it.
    <select name="merchantCategoryID" id="merchantCategoryID">
       <option value="">Please choose a category</option>
       <?php
       do { 
       ?>
       <option value="<?php echo $row_getStoreCategories['merchantCategoryID'];
          if (isset($_POST['merchantCategoryID']) &&
          $_POST['merchantCategoryID'] == $row_getStoreCategories['merchantCategoryID']) {
             echo 'selected="selected"';
          }?>"><?php echo $row_getStoreCategories['Category']?></option>
       <?php } while ($row_getStoreCategories = mysql_fetch_assoc($getStoreCategories));

  • Adobe Form... Is there a way to use a drop down menu to highlight or note other fields...

    I am working on a simple Adobe form.  I am currently trying to figure out if there is a way to use the answers of a drop down menu to either mark, note or highlight 14 other fields.  There are 9 possibilities in the drop down menu, include a blank and NONE.
    For example if the drop down menu is set to 1, then field 9, 10 and 14 are marked, noted or highlighted. 
    Is this possible with a script?
    Thank you in advance for any help! 

    Have you looked at the properties that are available to form fields. I would look at setting the fill color or border color for a form field. Either of these can be done with Acrobat JavaScript.

  • Form2mail how do I set up the form to sent to a recipient selected from a drop-down menu?

    I am trying to configure dreamweaver form2mail to be able to send the information submitted to individual employees.  I would like the form to be set up where as you choose the recipient form a drop down menu and the only that recipient would receive the information collected on the form.  I can't seem to find any information on this.  I can only find info on sending to multiple recipients at the same time.  I only want the recipient that is selected to receive the form information.
    Alternatively, can anyone recommend a low cost or FREE form to mail system.
    Thanks in advance for your assistance!

    Jim, That is exactly what I need.  I'm using Form2Mail the Dreamweaver extension for Adobe Dreamweaver.  It only gives me the option to send to one email address or cc to multiple not individual sends.
    Here is the html
    <form action="/HDWForm2Mail/Form2Mail.php" method="post" enctype="multipart/form-data" name="form1" id="form1" accept-charset="iso-8859-1">
            <p>
              <label for="message"></label>
              <textarea name="message2" id="message" cols="50" rows="5"></textarea>
            </p>
            <table width="429">
              <tr>
                <td><strong>Recipient:</strong></td>
                <td><label for="recipient"></label>
                  <select name="recipient" id="recipient">
                    <option value="[email protected]">Mr. Person 1</option>
                    <option value="[email protected]">Mr. Person 2</option>
                    <option value="[email protected]">Mr. Person 3</option>
                  </select></td>
              </tr>
              <tr>
                <td><strong>Your Email Address:</strong></td>
                <td><label for="email"></label>
                  <input type="text" name="email" id="email" /></td>
              </tr>
              <tr>
                <td><strong>Attachment:</strong></td>
                <td><label for="file"></label>
                  <input type="file" name="file" id="file" /></td>
              </tr>
              <tr>
                <td colspan="2"><strong>To Submit your email, click the SEND button:
                  <input name="send" type="submit" id="send" onclick="MM_validateForm('email','','RisEmail','message','','R');return document.MM_returnValue" value="Send" />
                </strong></td>
              </tr>
            </table>
            <input type="hidden" name="hdwemail" id="hdwemail" value="lisa+email.com" />
            <input type="hidden" name="hdwok" id="hdwok" value="http://ricochec.com/thank-you.html" />
            <input type="hidden" name="hdwnook" id="hdwnook" value="http://ricoche.com/error.html" />
          </form>

  • Acrobat Forms - Make fillable text box appear after box checked or drop down menu item selected

    I have been asked to build an approvals form for my workplace however the approval processes vary considerably depending on the subject. I have been asked to create a list of topics in the form of check boxes or a drop down menu which will then populate a list of text boxes with differing approval authorities and corresponding spaces for signatures.  i.e. if 'Topic 1' is selected a list of names and signature spaces will appear, however if 'Topic 2' is selected a different list of names and signature spaces will appear instead.
    In order to achieve this I think I only need to find out how to link check boxes or drop down menu items to the appearance of different text boxes.
    I should also add that I am a beginner with this stuff.
    Thank you very much for any help you can provide.

    Remove the red coloured part
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
    left: auto;
    top:0;
    or start again with the original SpryMenuBarHorizontal.css and follow the rules as in http://www.dwcourse.com/dreamweaver/ten-commandments-spry-menubars.php#one.
    Either way will get you back on track.
    Good luck.
    Ben

  • Email form script with custom text field and drop-down menu?

    Hey, I'm building a website in iWeb - http://dl.dropbox.com/u/19707357/Website/craftpackage.html
    And I was looking for a script that could possibly send an email to me with the info a user chooses from/puts in 1. dropdown menu 2. text field 3. another text field. I'd be awesome if the fields could have a custom background or a transparent background.The drop-down menu could have any background, but it would be awesome if it could be made with custom images !

    Basic question.
    What have you yourself done to find out?
    Nothing?
    Start here :
    http://www.google.com/search?q=how+to+make+a+mail+form
    http://www.google.com/search?q=dropdown+menu+with+transparent+background
    Unfortunately, it has no dropdown menu :
    http://www.wyodor.net/blog/archives/2010/01/entry_301.html
    Btw, dropdown menus in forms at select menus. These are not the same.
    http://www.google.com/search?q=select+menu+form
    http://http://www.w3schools.com/html/html_forms.asp
    So start practicing and once everything works the way it should, display it in a html snippet.

  • Form popping up certain information once selection is chosen in drop down menu.

    Is if possible that I could have a drop down menu and once a selection is made it displays a "set information section" with pictures and logo's etc. pop's up according to that selection?

    Hi,
    Yes it is possible. you would put the respective groupings of pictures and logos in separate subforms. The subforms can be stacked one above the other and their presence set to hidden.
    Then in the exit event of the dropdown you would have either an if statement or a switch statement to change the presence:
    if (this.rawValue == "My Company")
         myCompanyLogo.presence = "visible";
         yourCompanyLogo.presence = "hidden";
    else if (this.rawValue == "Your Company")
         myCompanyLogo.presence = "hidden";
         yourCompanyLogo.presence = "visible";
    else
         myCompanyLogo.presence = "hidden";
         yourCompanyLogo.presence = "hidden";
    Basically you are setting up white space in the form and then showing the appropriate logo/picture. Here is an example of dropdowns doing different things: https://acrobat.com/#d=jD3k1sL7PGcTo6CHHTiEOA
    There is another way. You can have the logos and pictures in the form as 'image' objects that are hidden and then have an 'imagefield' object in the white space. Then the dropdown script would set the rawValue of the 'imagefield' to match the appropriate hidden 'image' object. An example is here: https://acrobat.com/#d=BI-C*vM-cryysNXA9Hpt5A
    Hope that helps,
    Niall

  • I'm trying to find a word processing app that is comparable with Microsoft word, that supports drop down menu's for filling out forms. Any recommendations?

    I'm trying to find a word processing app that is comparable with Microsoft Word, but can use drop down menu's to fill in forms? Any suggestions

    Microsoft Word for Mac
    OpenOffice
    NeoOffice
    LibreOffice

  • Badi drop down menu in Adobe forms

    Hi ,
    I want to create a Badi for a Adobe form field ....
    The badi should be able to provide the drop down values for the field
    in the form...
    I want to populate the drop down menu with my internal table and
    as well as want to have the value selected from the drop down
    into a internal table or a variable......
    Please help me with this .... i need it very urgently ...
    Thanks a lot in advance ....
    Om

    Drop down menus, loke some other festures, aren’t available at that time.
    But there is a fine widget to achieve that:
    Forms+ Bundle Widget – Widgets.Mu

  • Drop down menu changing values in a form

    i have four different sites i would like to search by
    entering the search criteria from my page. when they type their
    search into the text box and hit submit, it would open a new
    window, to the site they searched, displaying the results. i can
    accomplish this with four separate forms, however to save space i
    would like to combine them all into one form. in the end i would
    like one form with one text field, one submit button, and a drop
    down menu containing a list of the four different sites they can
    search.
    how would i do this? the drop down menu would need to change
    a few different attributes in a few different tags to get this done
    it seems. is that done with javascript? can someone help me out
    please?

    You could use the input of the drop down to dictate the
    redirect URL in your form. i have done this and it depends on what
    language PHP ASP CFM? basically look in the code for your
    MM_RedirectURL variable and add a if statement after the code that
    processes the form like this.
    PHP
    IF ($_POST['select_field'] = "site1") {
    $MM_RedirectURL = "www.example/site1/index.php";
    IF($_POST['select_field'] = "site2") {
    $MM_RedirectURL = "www.example/site2/index.php";
    redirect ("Location: " . $MM_RedirectURL . "");
    exit;
    This assumes your select field is named "select_field" and
    the values are site1, site2. But you could use whatever you want.
    Also add two more ifs or use else to make four, the logic works in
    any language (at least that i have used)

  • Basic Form with Drop Down Menu Help

    Hi Guys,
    I have just started using dreamweaver and i dont use code or anything yet.  I have been following a tutorial from thesitewizard which runs through the basics of creating a web page in the design screen.  It created a form to insert but i need to know how to create a form which has a drop down menu to have say 4 or 5 options to select the normal name email comments etc fields and submit button to enbale people to contact me.  Can anyone help with this.  Pleae keep in mind i am very new to this and dont have any code experience etc at all.
    Thanx in advance for any help.
    cheers
    chris

    You will need to use a form processing script to handle your form data.  This isn't terribly difficult, but it's more than you can do in Design View alone.
    Have a look at this form building service.
    http://wufoo.com/
    Another one to look at - although I've never used it myself, it gets mentioned a lot in these groups.
    Forms To Go from BeBo Soft -
    http://www.bebosoft.com/products/formstogo/index.php
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Is it possible to create a drop down menu using form fields rather than text?

    Is it possible to create a drop down menu using form fields rather than text?

    Yes, correct - values of form fields. If one is blank, then the field would be blank - yes? If two or more have the same value that is fine.
    A standard dropdown ... As shown here. If there is an easier way to do this, I'd love to hear your suggestions. Thank you!

  • Populating a Drop down menu JSP form

    How to go about populating a drop-down form from Oracle Database using JSP?
    I have the connecting to the Oracle Database running. I also can query forms, but i can't create a drop-down menu form.

    Start the dropdown box with the regular select tags "<select name=this>"
    Then open a JSP block and get a resutlset, loop through the resultset and and put the values from the resutlset into the <option> tags for the HTML.
    Example
    out.println("<option value=\"" + rs.getString(1) + "\">" + rs.getString(1) + ">");
    Then close the loop and that should populate a dropdown within the html form.

  • Hi, i am new to PDF forms & need to make drop down menu with pictures, how do i do that ?

    Hi, i am new to PDF forms & need to make drop down menu with pictures, how do i do that ?
    some one suggested to use coding to achieve similar results,  but i don't know where and how to use it, please help!

    Sorry, images in drop downs are not supported by Formscentral.
    Andrew

Maybe you are looking for

  • Security Question not appearing in Log on help

    Hi, I have done all the settings from my end to enable security questions in Log on help at the time of password reset by user. But still it is not asking for a security question at the time of password reset by an existing user.  It is still asking

  • Headset issues

    Updated Boot Camp drivers to 3.1. Running Windows 7 Pro 64-bit So I have 2 issues here: 1) When I try to connect a bluetooth headset (Motorola H500) to W7, it connects, but then it says it can not install the driver. I tried downloading the Broadcom

  • How to recover recent calls history deleted by mistake

    does anyone know how to recover recent calls history deleted by mistake on my iphone

  • CAN YOU ALREADY DO THIS

    Tell me if you can do this already or not. Can you plug in your ipod to another computer, AUTHOIRIZE IT, & play your songs from the IPOD itself without adding a song to itunes? (do you know what I mean?) /

  • I am upgrading my iphone 3 to and iphone 4s - how do i transfer my contacts?

    I want to transfer my contacts from my old iphone 3 to my new one (4s)  - how do i do it?