Email Form Options

Hi,
I think I might have posted this previously in the wrong spot, so here goes again.
I have created a form in Livecycle which I would like to post on my company's intranet. My Manager has requested I make some minor changes to the form before agreeing to it.
The key items I need to work out are validating an email address via a drop down selection so that the form will email the as an attachment in pdf to the selected user. I've entered all data required in the validation tab and removed the submit button which I originally had. This didnt work so I researched a series options I found on here and inserted Javascript, but no luck. So I'm stuck.
I also need the form to be cc'd to myself. Secondly I need the subject of the email to be the User First and Surname (which are existing data input fields in the form).
Last but not least I'd like to lock the form so changes cannot be made once it has been completed and submitted. The form is emailed to an Authoriser from the drop down list who will forward it on for processing with their approval for the requested access. Can locking a form be implemented simply or does it require Javascript or something else?
I am happy for someone to look over my form and can email it through. I tried to cover all research prior to asking the question on the forum here concerning inserting hidden fields, email options and javascript etc to make things work. I seem to be nearly there but struggling with final completion of these items above. If anyone is able to help I'd really appreciate it.
Regards
Nick

35 views and zero replies. Hmmm I've obviously missed something here, so I'm going to go into some finer detail and hope that someone can assist.
In order to try and achieve the email going to the specific selection within the drop down list I have the respective users email addresses entered (and saved) in the Binding Tab of the Object. There is a hidden button for the click event (invibile on the form to the user completing it) in the Submit field I have mailto:emailaddress@(mycompanyname.com.au) and there a "Submit" button at the bottom of the form, which has the control type set to regular rather than execute or Submit. The Submit button also has some Javascript tied into it which is set as follows:
F.P1.Button1::click - (Javascript, client) 
if (DropDownList1.rawValue != null){
RealEmail.event__click.submit.target = "mailto:" + DropDownList1.rawValue;
app.alert(RealEmail.event__click.submit.target);
RealEmail.execEvent("click");
} else {
app.alert("Please select a user from the dropdown!");
Nothing happens when I attempt to select a user from the drop down and no email is generated.
Any dieas?
Regards
Nick

Similar Messages

  • Is there a way to add an upload option to an email form? For example upload a "cad file" or "pdf"?

    Hi Is there a way to add an upload button to an email form? I want clients to upload their pdf's or cad files along with their email from the website.
    Thanks in advance!

    Hi,
    If you are using a third Party hosting like Gadaddy, than this cannot be done using Muse webform, but you can use jotform (or many available over the Internet) to create and insert the form in your Muse site. Please check the link here
    http://www.jotform.com/

  • Email Form Troubles

    Hi folks,
    Happy Thursday!
    A client recently sent me an email she received from her
    online form (code below). It reads:
    I wish I could have chosen the \"I\'d like you to write for
    my publication\" subject. But, I\'m just here to let you know your
    website is outstanding and beautiful... peaceful and curious at the
    same time. I think it\'s the cool colors and the intricate image
    that make me feel that way. I read several of your architect
    articles. You\'re very talented.
    When I contacted GoDaddy about it, as I'd never seen that
    before, they said:
    "Unfortunately looking into the file it seems there is a
    scripting error with your form. We are unable to assist customers
    with scripting issues."
    I went to my normal I-cant-figure-this-out code guy, and he
    tinkered with some things but to no avail. I also contacted another
    client to see if they had the same issue, and they do. If the issue
    is with my form, would someone please explain what I'm
    missing/doing wrong? I'd be greatly appreciative. Many thanks.
    =========================

    Hi,
    Can you please show me your .php page? What you need to do is
    find the place
    where you're writing the fields into the e-mail, and add:
    stripslashes()
    around those values.
    HTH, take care,
    Shane H
    [email protected]
    http://www.avenuedesigners.com
    =============================================
    Back for 2007, close-up magic:
    http://deceptivemagic.com
    Web dev articles, photography, and more:
    http://sourtea.com
    =============================================
    Proud GAWDS member
    http://www.gawds.org/showmember.php?memberid=1495
    Delivering accessible websites to all ...
    =============================================
    "Jim Nee" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi folks,
    >
    > Happy Thursday!
    >
    > A client recently sent me an email she received from her
    online form (code
    > below). It reads:
    > -----
    > I wish I could have chosen the \"I\'d like you to write
    for my
    > publication\"
    > subject. But, I\'m just here to let you know your
    website is outstanding
    > and
    > beautiful... peaceful and curious at the same time. I
    think it\'s the
    > cool
    > colors and the intricate image that make me feel that
    way. I read several
    > of
    > your architect articles. You\'re very talented.
    > -----
    >
    > When I contacted GoDaddy about it, as I'd never seen
    that before, they
    > said:
    > -----
    > "Unfortunately looking into the file it seems there is a
    scripting error
    > with
    > your form. We are unable to assist customers with
    scripting issues."
    > -----
    >
    > I went to my normal I-cant-figure-this-out code guy, and
    he tinkered with
    > some
    > things but to no avail. I also contacted another client
    to see if they had
    > the
    > same issue, and they do. If the issue is with my form,
    would someone
    > please
    > explain what I'm missing/doing wrong? I'd be greatly
    appreciative. Many
    > thanks.
    >
    > =========================
    >
    >
    > <form id="contact2" name="contact" method="post"
    action="../gdform.php">
    > <input type="hidden" name="redirect"
    value="contact/thankyou/" />
    > <table width="453" height="300" border="0"
    cellpadding="0"
    > cellspacing="5" summary="use this form to email Emily
    Lowe.">
    > <caption>
    > <strong>Email Form</strong>
    > </caption>
    > <tr>
    > <td width="130" height="20" align="right"
    valign="top"><div
    > class="contactSplash">
    > <label for="name"> your name: </label>
    > </div></td>
    > <td width="308" height="20" align="left"
    valign="top"><input
    > name="name" type="text" id="name" size="20"
    maxlength="60" />
    > </td>
    > </tr>
    > <tr>
    > <td width="130" height="20" align="right"
    valign="top"><div
    > class="contactSplash">
    > <label for="email"> your email: </label>
    > </div></td>
    > <td width="308" height="20" align="left"
    valign="top"><input
    > name="email" type="text" id="email" size="25"
    maxlength="60" /></td>
    > </tr>
    > <tr>
    > <td width="130" height="20" align="right"
    valign="top"><div
    > class="contactSplash">
    > <label for="subject"> subject: </label>
    > </div></td>
    > <td width="308" height="20" align="left"
    valign="top"><select
    > name="SUBJECT">
    > <option selected="selected">Please choose a
    > subject:</option>
    > <option>I'd like you to write for my
    publication.</option>
    > <option>I'd like to reprint something you've
    > written.</option>
    > <option>I have a general question about your
    > work.</option>
    > <option>I'm having trouble with this
    site.</option>
    > </select>
    > </td>
    > </tr>
    > <tr>
    > <td width="130" height="204" align="right"
    valign="top"><div
    > class="contactSplash">
    > <label for="message"> your message: </label>
    > </div></td>
    > <td width="308" align="left"
    valign="top"><textarea
    > name="message"
    > cols="35" rows="10" id="message"></textarea>
    > <input class="button" name="submit" type="submit"
    > id="redirect"
    > value="send email" />
    > <input class="button" name="reset" type="reset"
    id="reset"
    > value="reset form" /></td>
    > </tr>
    > </table>
    > </form>
    >

  • Flash 8 AS and PHP email form

    Hi,
    I am finally finding some time over the holidays to work on
    my website flash email form. I have had some wonderful help from
    kglad and Chris a couple of months ago. I will attach my AS2 code
    first and then my PHP code I have recieved from Yahoo. (Our hosting
    server for the website).
    I keep getting my error message of... "Sorry, there was a
    server error, please try again."
    I also have specified the default mail account within my
    yahoo small business web account under PHP/Perl Mail Setup
    [email protected] as the Default.
    Any help would be greatly appreciated, and thank you in
    advance!

    Let me prefix this by saying...
    I haven't used an email script directly... I've always used
    an intemediate function when I've been doing things like this
    through a CMS or whatever.. so that's my way of saying I'm not sure
    of this...
    But
    I see two potential things with the mail function based on
    the php docs.
    1. the msg string.
    According to this:
    Each line should be separated with a LF (\n). Lines should
    not be larger than 70 characters.
    You don't seem to have that. I know its html formatted... but
    perhaps you should put the LF chars in.
    2. This is probably far less likely and only try it after the
    first option above (I'm guessing this is very rare):
    For your message headers where you have \r\n
    Note: If messages are not received, try using a LF (\n) only.
    Some poor quality Unix mail transfer agents replace LF by CRLF
    automatically (which leads to doubling CR if CRLF is used). This
    should be a last resort, as it does not comply with » RFC
    2822.

  • Broadcasting Email Bursting option not working for different mprv

    Hi BW experts,
    I am facing an issue with Broadcaster settings wherein I am using Email Bursting option.
    My setup is like following :
    I am using info object ZHRLVL to store hierarchy levels within an organization.
    ZHRLVL has an attribute namely email address(E1) which contains the email ids of various managers.
    The info object ZHRLVL is included in 2 Multiproviders namely M1 and M2.
    email address(E1) is enabled as navigational attribute and in all reports based on M1 and M2 there is a user input variable available for the same.
    Both Multiproviders contain transactional records which have ZHRLVL values filled up.
    Also in master data ,against ZHRLVL values(the same which are present in transactional record) , email address are maintained.
    However, when executing IB settings queries on M1 and M2, Broadcasting works for M1 but however it doesnt work for M2.
    Any help in this regards will be appreciated.
    Best Regards,
    Parth

    Hey Sebastien,
    Thanks for noticing that.My Mistake I didnt mention about the error message.
    The error message comes in form of a warning saying that the recipients could not be determined.
    This happens on top of my maintaining the email ids in master data against the corresponding transactional record values.
    Would apperciate if you are able to suggest something here.
    Best Regards,
    Parth

  • Email form validation

    Having trouble with an email form validation. I have an email
    field that is optional. Therefore, if the user leaves it blank, the
    form should submit. However, I also want to check that if the user
    did fill out the email address, it is valid. I am checking that if
    it does not contain and '@', a '.' or does contain a ',' to give an
    error. Whenever I submit a blank form, it keeps giving error that
    the email address is not valid. Here is my code:
    <cfif (Len(Trim(form.email)) IS 0)>
    <cfif form.email does not contain "@" or form.email does
    not contain "." or form.email contains ",">
    <script language="JavaScript">
    alert("Your email address is not valid. Please correct it
    and resubmit the form.")
    history.back()
    </script>
    <cfabort>
    </cfif>
    </cfif>
    Please assist. Thanks, Lumpia.

    duplicate post

  • Creating Good Looking Email Form? How?

    Good Day,
    I want to create a nice professional looking email form for my site like these guys did https://www.avatarnewyork.com/nf
    I use Dreamweaver CS5 and i know that it has an option to add text area, submit button etc. But they all look so ugly. Is there an add-on that I can download to have more and better looking options for these stuff.
    Or what tools I should use to create a from like https://www.avatarnewyork.com/nf has???
    I don't think Dreamweaver is enough by itself to create nice designes. I feel like I am missing some tools? Can anyone help?
    Thank you in advance.

    Here's all the CSS affecting one text field in that form...
    background-color: transparent;
    background-image: url("/images/ecom/ecom-form_textfield.png");
    background-repeat: no-repeat;
    border: 0px none;
    color: rgb(102, 102, 102);
    font-size: 9px;
    height: 16px;
    margin-bottom: 12px;
    margin-top: 5px;
    padding: 6px 0px 0px 8px;
    width: 262px;
    outline: 0px none;
    margin:0px;
    list-style:none;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    text-align: left;

  • Hello, I am trying to build a pizza menu where i can click on a pizza pic or link and than this selction is added to a muse email form, without the users need to retyp it. Anybody know how to do that? thank you for your help Peter

    I would like to know how to add a selection form a website to an muse email form with out the user to having to enter it but only clicking on the selected item. This is for a pizza menu.

    You can try this :
    http://www.qooqee.com/adobe-muse-widgets/astrolabe-muse-menu
    Thanks,
    Sanjit

  • Email Delivery Option - Simple TEXT Output is coming as an attachment

    Hi All,
    I am trying to use R12.1.3 feature "Delivery Option" while Submitting Concurrent Program "Payables Open Interface Import" using FND_SUBMIT with email Delivery Option and email is coming with an attachment (Concurrent Program Output).
    Email Body is blank (as expected if Output is coming as an attachment), as per documentation if CP Output is in TEXT Format then Email body should show the Output instead of an attachment.
    My Question, is if Output is TEXT why it is coming as an attachment, do I need to Configure something?
    I am using and it is working fine(not sure if any of the argument is required to Set "SMTP_CONTENT_TYPE",
    l_ret := fnd_request.add_delivery_option
    (type => FND_DELIVERY.TYPE_EMAIL
         ,p_argument1 => 'Quick Invoice to Workbench Transfer Details' -- Subject
         ,p_argument2 => '[email protected]' -- From
         ,p_argument3 => l_email_add -- To
         ,p_argument4 => '[email protected]'); -- CC
    In Java Based Concurrent Program example, I foudn this line, not sure how to do that using PL/SQL
    req.addProperty(DeliveryPropertyDefinitions.SMTP_CONTENT_TYPE, "application/pdf");
    Please Help.
    Regards
    Sachin

    Hello Kamath,
    Have you set PARAMETER6 to true or false?
    http://docs.oracle.com/cd/E28280_01/bi.1111/e22258/add_burst_def.htm#CHEJDGAG
    Please send us your bursting query so we can check it.
    For more info on this, please review section 7.3 Adding a Bursting Definition to Your Data Model
    from Fusion Middleware Data Modeling Guide for Oracle Business Intelligence Publisher
    http://docs.oracle.com/cd/E28280_01/bi.1111/e22258/add_burst_def.htm#BIPDM347
    Bogdan

  • BP address data in  Email form

    Hello,
    When I create a campaign with communication channel as "email", how can I automatically add business partner address data ( Those BP's which are in the target group) when sending emails?
    Is there a standard functionality available?
    thanks in advance.

    Hi,
    You can use the Personalized mail functionality of the CRM for adding BP address in the email form. This is the standard functionality of the CRM 5.0.
    In t code CRMD_EMAIL while creating the text of the mail form drag and drop address attributes from the left hand side Object / Attribute Business partner.
    In Business partner Object you will get all the fields of the Business Partner including Street1 street2 City, POBox etc. Drag and drop these attributes wherever you want on the mail form text.
    Hope this will help.....
    Rgds
    Mallikrjun

  • How can i transfer all my datas and email form old Mac G5 to new iMac ?

    How can i transfer all my datas and email form old Mac G5 to new iMac ?

    Generally Mugration Assistant will suffice importing all Data ito a new user, but you can manually import it...
    Users/YourUserName/Library/Mail
    Users/YourUserName/Library/Mail Downloads
    (Could be a different folder here if you chose such in Mail Prefs)

  • Little help with making an email form.

    can any of you lovely, lovely people point me in the
    direction of a good Dreamweaver CS3 tutorial on how to make an
    email form. Preferably one with a "conform email address" text
    field.
    Thanks all!
    P.S. I have tried looking.

    There is god general training available at www.lynda.com .
    Its $25 a month for online video viewing. The title is called
    Dreamweaver CS3 - Beyond the Basics.
    I also would recommend a free form mail solution like
    www.tectite.com which I have used before. It is more powerful that
    the spry widget in dreamweaver, but is on the server side and not
    the user application side.

  • How can I attach a document to the answering email form?

    How can I attach a document to the answering email form?

    Hi;
    I am not sure what you mean by the answering email form, can you describe a bit more what you are looking to do?  Do you mean the "Email Receipt" that you can set up so the form filler receives an email after submitting their form?
    Thanks,
    Josh

  • Can I create an email form that includes a field for uploading and image?

    I'd like to create an email form in Muse that allows people to submit the usual text but also allows them to browse for and upload an image that would be emailed (attached or inline) to me along with the text.
    Does anyone know if there's a way to do that directly in Muse?
    Thanks.

    Which form?
    Many of the forms are created with LiveCycle ES so it might be possible to edit the form with Acrobat X Professional. If you have the data in an SQL database, you could possibly create a data connection and import the data into the form and save a copy of the completed form. You can also use the Acrobat JavaScript 'importTextData' to import a row of data from a tab delimited data file.
    You might want to talk to other Real Estate professionals to see how they are going do this. If you have a property management program, that program might have an update to perform this task.

  • Problem with UDO Registration through SDK (Default Form Option)

    Hello All,
    I am trying to create a UDO Registration through SDK which is done easily but the udo contain default form option.
    But after creating the udo , the defualt form option is clicked in the wizard but the system is not showing that default form in SAP.
    Please suggest if i am missing something for making this udo a default form .
    Code which i have written is following :-
    Dim oUserObjectMD1 As SAPbobsCOM.UserObjectsMD
                oUserObjectMD1 = Class_Law_Main.ocompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserObjectsMD)
                If oUserObjectMD1.GetByKey("OSL_LawStage_Master") = False Then
                    oUserObjectMD1.CanCancel = SAPbobsCOM.BoYesNoEnum.tNO
                    oUserObjectMD1.CanClose = SAPbobsCOM.BoYesNoEnum.tNO
                    oUserObjectMD1.CanCreateDefaultForm = SAPbobsCOM.BoYesNoEnum.tYES
                    oUserObjectMD1.FindColumns.ColumnAlias = "Code"
                    oUserObjectMD1.FindColumns.ColumnDescription = "Code"
                    oUserObjectMD1.FindColumns.Add()
                    oUserObjectMD1.FindColumns.ColumnAlias = "Name"
                    oUserObjectMD1.FindColumns.ColumnDescription = "Name"
                    oUserObjectMD1.FindColumns.Add()
                    oUserObjectMD1.FindColumns.ColumnAlias = "DocEntry"
                    oUserObjectMD1.FindColumns.ColumnDescription = "DocEntry"
                    oUserObjectMD1.FindColumns.Add()
                    oUserObjectMD1.FindColumns.ColumnAlias = "U_StgName"
                    oUserObjectMD1.FindColumns.ColumnDescription = "Stage Description"
                    oUserObjectMD1.FindColumns.Add()
                    oUserObjectMD1.FindColumns.ColumnAlias = "U_StgSeq"
                    oUserObjectMD1.FindColumns.ColumnDescription = "Stage Sequence"
                    oUserObjectMD1.FindColumns.Add()
                    oUserObjectMD1.FormColumns.FormColumnAlias = "Code"
                    oUserObjectMD1.FormColumns.FormColumnDescription = "Code"
                    oUserObjectMD1.FormColumns.Add()
                    oUserObjectMD1.FormColumns.FormColumnAlias = "U_StgName"
                    oUserObjectMD1.FormColumns.FormColumnDescription = "Stage Description"
                    oUserObjectMD1.FormColumns.Add()
                    oUserObjectMD1.FormColumns.FormColumnAlias = "U_StgSeq"
                    oUserObjectMD1.FormColumns.FormColumnDescription = "Stage Sequence"
                    oUserObjectMD1.FormColumns.Add()
                    oUserObjectMD1.CanDelete = SAPbobsCOM.BoYesNoEnum.tNO
                    oUserObjectMD1.CanFind = SAPbobsCOM.BoYesNoEnum.tYES
                    oUserObjectMD1.CanLog = SAPbobsCOM.BoYesNoEnum.tNO
                    oUserObjectMD1.CanYearTransfer = SAPbobsCOM.BoYesNoEnum.tNO
                    'oUserObjectMD1.ChildTables.TableName =
                    oUserObjectMD1.Code = "OSL_LawStage_Master"
                    oUserObjectMD1.ManageSeries = SAPbobsCOM.BoYesNoEnum.tNO
                    oUserObjectMD1.Name = "Law Stages Master"
                    oUserObjectMD1.ObjectType = SAPbobsCOM.BoUDOObjType.boud_MasterData
                    oUserObjectMD1.TableName = "OSL_OLSG"
                    lRetCode = oUserObjectMD1.Add()
                    '// check for errors in the process
                    If lRetCode <> 0 Then
                        Class_Law_Main.ocompany.GetLastError(lRetCode, sErrMsg)
                        MsgBox(sErrMsg)
                    End If
                End If
                System.Runtime.InteropServices.Marshal.ReleaseComObject(oUserObjectMD1)
                oUserObjectMD1 = Nothing

    Hi Robert,
    I recommend you do your changes in your file/XML file before you load your form. It's much quicker and easier this way
    e.g
    //make your changes in your xml form
    SBO_Application.LoadBatchActions(ref YourXMLFileString);
    Cheers, Lita

Maybe you are looking for

  • I have iTunes latest version and can sync to my iTouch but not Nano???

    How can I sync to my Nano the same songs that I sync to my Touch???

  • Client strategy

    We're starting a new sap implementation and I'm suggesting that we use as part of our client strategy the same client number across the landscape. Like - CRM Dev = client 100                    client 110                    client 120                

  • Macbook shuts down rather than sleeps on battery drain

    If I allow the macbook to go to sleep from the battery being drained, it completely shuts off and fully restarts when plugged in (it's non-responsive, and I have to press the power button to turn it on). This doesn't matter if I plug it in immediatel

  • K410 won't install new OS.

    I recently bought a Lenovo ideacentre k410 from Fry's Electronics. It has a intel I7-3770 processor. Two terrabytes of harddrive space, 8G of ram. I tried installing a clean version of windows home server 2011. Yet when starting up it "hangs" or free

  • Crashes after login

    My computer crashed, and after restarting, at first the desktop would build and startup scripts would appear. But now, the desktop is not building, and I can't get past the login page. It Command+V boot, safe boot, or boot from the start disk. 1.83 G