Need to create a widget or form

I have a client that needs an html page that has 15 to 20 text fields which the viewer can enter email addresses of friends. When sent it generates a generic email sent to all the email addresses in the text fields.
I hope I'm in the right forum for this.
rder

And what's the real question now? Do you not know how to design the form? How to send e-mails? What have you tried? Not to get crazy, but that could be an endless potpouri of sub-questions involved, but it is unclear what exactly you are having problems with, so please be more specific. One more thing I can tell you in advance: You will need support for PHP on your server to send out mails to multiple people at once nad have security catches to prevent abuse or breakdown of the whole mechanics if not all fields are used, so that would be the first thing to investigate.
Mylenium

Similar Messages

  • Need to create a user policy form

    Can anyone help?
    I need to create a policy form in Dreamweaver CS4 that a user needs to accept, or not, before proceeding further to another page in my site? After they accept the form the functionality needs to take the individual to another page where they are able to make charitable contributions using credit cards that would be sent directly to the organizations bank. They are trying to avoid using PayPal.
    This is my first time using this concept and I'm getting lost.
    Thanks
    Swany

    Unfortunately it's not perfect. With the other recommendation a user could simply go to the URL without viewing the policy page and thus not accepting the terms. For instance in the example anyone could just go to http://google.com without accepting the terms. Just view source code and see where GoTo URL directs upon accept. Also because there is no server side restriction to the page then the page is crawled by search engines so someone searching for your page online may go to your form page without first being redirected to the policy page.
    With server side restriction the page is not crawled by search engines so the page will not come up in search results and users could not simply visit the URL because it would restrict access and redirect to the "login" AKA policy page first. Server side authentication is always the best method.
    If you'd still like to go about doing it the recommended way let me know and I can walk you through the process. Basically just create a MySQL database table for the users username and password then user Dreamweaver Server behaviors to create the restrict access page and login page. It's pretty straight-forward to use the server behaviors in Dreamweaver once the database is setup. I walked someone through how to setup a database with GoDaddy recently and it's a similar process with other hosts.
    If the other imperfect method that can be worked around works for you then that's great!

  • Need to create a multi line form

    Hi All,
    I have to create a Multi line form for which I have used the following:
    1. Created an EO
    2. Created a VO based on EO.
    3. Created a Page that has two regions:
    a. Main Region
    b. Table Region
    This Table region is of style Table. But when I run the page it shows that No Data has found. Even its not a search page.
    Kindly suggest me that how can I make this page and this page should have 10 rows at a time available to insert.
    Thanks in Advance.
    Thanks,
    Sandy

    Hi Gaurav,
    I have done in the same way as suggested by you but not got success. I am not getting why it shows always 'No Search Conducted' even its not a search page. I have created this page for insert data.
    Following I have added in CO for processrequest:
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    OATableBean table =
    (OATableBean)webBean.findIndexedChildRecursive("SupTable");
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    am.invokeMethod("createSupEntry");
    String buttonLabel =
    pageContext.getMessage("AK", "FWK_TBX_T_ADD_ANOTHER_ITEM", null);
    OAAddTableRowBean addRow = (OAAddTableRowBean)table.getColumnFooter();
    addRow.setText("Add 10 Rows");
    I have added the following code in AM:
    public void createSupEntry()
    SuppVOImpl vo = getSuppVO1();
    System.out.println("AM Inside AM:: ");
    // We need to do this on a VO that has not been queried before we insert
    // our first row. We don't want to do it for subsequent inserts.
    if (!vo.isPreparedForExecution())
    // Complies with the view object initialization guidelines for a detail
    // view object in a master-detail relationship.
    vo.executeQuery();
    System.out.println("AM Not prepared for execution:: ");
    for(int j=0;j<10;j++)
    Row row = vo.createRow();
    System.out.println("AM Creating Row:: ");
    vo.insertRowAtRangeIndex(vo.getCurrentRowIndex()+1,row);
    // Required per OA Framework Model Coding Standard M69
    row.setNewRowState(Row.STATUS_INITIALIZED);
    } // end createSupEntry()
    Thanks,
    Sandy

  • Need to create a online pdf form filler

    hi, not quite sure how to achieve this or which product to use.
    im trying to create an online web form for users to fill out and print (but to prohibit them from saving to their pc).
    i need to embed it somehow on a webpage and not as a link, something similar to this service:
    https://www.pdffiller.com/edit.php?id=475533
    thanks
    Boaz

    Hi Bill, thanks for your reply,
    actually the site uses flash to present the form for filling. i tried building such a form using flash but its too complicated, im sure there is a much easier way.
    say i create a editable form using Acrobat Pro, how would i go about embedding it into the webpage ? and allowing for it to be printed but not saved (the flash solution wrapps the form in a flash file therefor not allowing for a user to save it as a PDF file.
    is there a way to do this ?
    (im not quite sure why the link i sent is password protected, can't you  access it ?  http://www.pdffiller.com/index.php - take alook at their service)
    here is another example of how i would like it to look
    https://www.fillanypdf.com/pdf-software/Fill.aspx?type=pdf-software&id=1179.1783
    Thanks a bunch
    Boaz

  • Need to create a Master Detail Form

    Hi Gurus,
    I have a requirement to create a Master Detail Form. As per my requirement I have a list of Invoice Numbers and once I click on a Invoice Number a new form should open and that Form should contain two regions:
    1. Master
    2. Detail
    1. Master Block should have the Invoice Header Detail which is non-updatable.
    2. Detail Block should be able to perform create, update and delete the lines from here. This detail block should have multiple lines so that user can enter data to create new records in it.
    Kindly let me know your valuable inputs on this. Please share any document, site or any other information on this.
    Thanks,
    Sandy

    Normally, you would create 2 EOs say a MasterEO and DetailEO
    Then Create an Association Object Between them based on the PK-FK relation say MasterToDetailAO
    Then create 2 VOs Based on the 2 EOs already created, say MasterVO and DetailVO
    Then create a ViewLink between them, MasterToDetailVL
    Then add the master VO to ur AM
    And Attach the VL created to the instance of the MasterVO in the AM.
    So the DetailVO will be now linked to the MasterVO via the VL
    U just need to query the master records and the details will automatically be displayed

  • Need to create a check in form usin UCM

    Hi ,
    I want to create a check in form in CS to understand how the form is created, along with dynamic meta data control and save functionality.Also, when the page should be dynamic it means I can update the meta data like its done in the default check in form.
    In short, want to have a customized check in form in my website.
    Thanks

    i ,
    I want to build my own custom check in form in which what i want to do is, i will have certain meta data fields like mentioned below
    Type
    Title
    Author (Should be auto populated based on login)
    Keywords
    Description
    Security group
    Confidentiality
    Account
    Release Date
    Expiration Date
    Last Updated Date
    Revision
    in which user will enter their details and submit it. Just want to know how it can be done.
    Also, few more things in my mind like
    1. how to call CS services(any guide),
    2. Want to have a user Profile page for edit
    3. Want to have option where user can download kits.
    Just these are few things in my mind, there are lot many for which i want to have idea on how it is done. I am looking for it but not got any proper guide which makes me understand well.
    Any help on his will be highly appreciated.
    Thanks,
    Abhijt

  • Is this the product I need to create PDF from a form online?

    Hello,
    I need to develop an application where the user fills out an online form and a pdf is automatically created and emailed to them, a copy is also archived. Am I looking in the corect place by exploring LiveCycle PDF Generator or am I looking for something else? I am currently using php and MySQL but from the looks of it may be necesary to use XML. This is very new to me so any direction would be much appreciated.
    Thanks
    Nils Satterstrom

    I am in the same boat as Nils. Has anyone made any discoveries on this? I have a call in to a "specialist" at Adobe, but it will be 3-5 days before someone gets back to me. I want to collect the data using PHP/MySQL and then populate a PDF template of some sort to create a print-ready PDF that I can send to my printer.
    An example of how we plan on using this is with business cards. We're going to create a business card template PDF with form fields for Name, Title, Phone, Email, etc. and then have the user enter in their information and then create a print-ready PDF we could send to the printer to get printed. I am unclear on which Adobe product would work for this. The pre-sales team at Adobe said we might want to look into InDesign server and LiveCycle. I guess the starting price tag for either of those is $10,000.
    Any insight would be great. Thanks!

  • Need to Create a Dynamic Tablular Form in APEX

    Can someone point me to the APEX documentation that discusses how to create a tabular form that can be dynamic (I can add or change data in the table)? Similar to a report, but where the data can be modified.
    Thanks.
    David

    Actually, I found the step by step tutorial on creating a tabular form. So I should be all set. No need to reply to this thread.
    Thanks.
    David

  • Need to create a contest entry form with a survey

    I have a client that would like me to create contest entry from with a survey, I know that I can easliy do this using the Web Form builder and have the data captured into the database, the prolem that I have is that my client only wants the customer to be able to enter the contest once. Is there a way to set this up using a Web Apps or other code so that if a person with the email address tries to enter more than once they get a message that says that they already entered?
    Any help would be greatly appriciated.
    Thanks,
    Barry

    Hi Barry,
    Here's a posible solution...
    1- Extend the CRM Database with a unique ID field
    2- Add this 'hidden' CRM field to the sign up form so every member has an automatically generated unique ID ( see http://forums.adobe.com/message/4520873#4520873 )
    3- Create an appropriate web app field and pre-populate it with this ID- lets call this field xyz (hide this field too)
    Now, as long as the web app input form is on the web app detail view page, all you'd have to do is compare these two 'strings' i.e {module_cutomerfield,****,*******} and {tag_xyz}
    see http://jsfiddle.net/Webmosphere/Wqvcj/2/
    var alreadyPosted = "{module_cutomerfield,****,*******}";
    if  (alreadyPosted == {tag_xyz})
    $('.removeMe').remove();
    In this example, the element with a class 'removeMe' is removed from the DOM...what you could add under the same if statement is a function to display another element that perhaps
    displays a message such as 'already replied'.
    If the form is not on the web app detail view page, you could still ajax in {tag_xyz}....
    I hope this helps or at the least sends you in the right direction.
    Dave Black
    twitter: @webmosphere
    www.webmosphere.co.uk

  • Need help creating a fillable PDF form from a Word Doc coverted to PDF

    Hello, I recently switched from the downloaded program to the monthly "subscription type" of adobe "cloud".  Previously, I was able to select in "Tools" the option to insert blue text boxes in my PDF where customers could fill in  info and return to me.  Now, I can no longer find this option on the Adobe Reader XI. Am I missing something?

    You're using Reader instead of Acrobat... Only Acrobat can edit PDF files.

  • Creating a matrix in Forms

    Hi All,
    Can anyone help me out on this. I need to create a matrix in
    Forms 5.0 wherein the values in the block is the sum of 2
    different values from 2 other blocks.
    Please help on this.
    Thanx
    Vikas
    null

    I guess you can do that with investigating the Calculation-part
    of the property sheet for a field.
    Vikas (guest) wrote:
    : Hi All,
    : Can anyone help me out on this. I need to create a matrix in
    : Forms 5.0 wherein the values in the block is the sum of 2
    : different values from 2 other blocks.
    : Please help on this.
    : Thanx
    : Vikas
    null

  • I need to create a form on my website that viewers fill out and send to me on my iWeb created website. Is there a template or widget that can create fill-in forms?

    I need to create a form that viewers can fill-in and send back to me from my website.  I created the website in iWeb and would like a template or theme that has the form creator included.  It there a widget?  Sorry, I'm a novice.

    If you want to raise your web design skill level above that of the average iWeb user, you can try creating your own. The actual form layout is fairly easy if you use CSS to style it since the amount of HTML is minimal now that table layouts are a thing of the past.
    Here's some examples of forms created in iWeb...
    http://www.iwebformusicians.com/iweb-snippets/form.html
    The formmail.php script is probably the hardest part to get your head around and the example provided in the download on the above page uses a very simple one along with a formmail-thank.php.
    http://www.iwebformusicians.com/iweb-snippets/form.html
    Nowadays we need to consider mobile device users more and more so forms need to have the special inputs required to launch the various types of keyboard on these devices.
    Here's an example of a form which responds to browser/device width. On mobile devices, the
    jQuery UI Datepicker disappears to be replaced by the mobile version.
    For those of you who don't have a mobile device to test it on, this page also has illustrations of the various keyboard types and the alternative date pickers...
    http://ezmacwebdesign.com/Demo/Responsive-Form-Inputs/datepicker-form.html

  • How can I create a long employment form without making the form widget drag?

    How can I create a long employment form without making the form widget drag?

    Sorry Sachin, I mean that I created a simple form on the page from the widget and started adding fields to it. The more fields I add the slower the delay becomes in creating a new field. Even when I try to select and drag or move an item, there's a huge delay and sometimes the program feezes,  loose what i've done and have ot restart.
    I'm doing an enployment form that has more than 20 fields, at least, and I need to be able to build the fields in separate categories, like Education, Past Employment, etc... quickly without delay issues.
    I can probably send you a snap shot of what I'm talking about if I cna post it or attach it here..?
    ~Andy

  • I need to create a fillable form and then generate a reports.

    Hello everybody. I need to create a fillable form and then generate a report using numbers. You know, for example if you have customers, I need to be able to write the usual , name, last name, address, and some other details and then using a standard letter I would like the form to be able to populate these fields automatically in a standard pre formatted letter by our company and then be able to print it.
    Any help to point me in the right direction I would appretiate very much.
    I have iwork 9 installed in my macbook pro

    This is acalled a mail merge and is solved using a combination of Numbers (or address book) and Pages.  To get detailed help how to performa a mail merge start in Pages, then in the help menu type Mail Merge:
    Also download the help files for Numbers and Pages here:
    http://support.apple.com/manuals/#
    Page 247 in the Pages User's Guide has details how to perform a a mail merge.
    Post back with specific questions if you need to.
    Regards,
    Wayne

  • I NEED TO CREATE A FORM IN WHICH PICTURES CAN BE ADDED

    I NEED TO CREATE A FORM IN WHICH I CAN UPLOAD PICTURES TO.  CAN A BLANK BE ON THE FORM THAT YOU CAN CLICK THE PICTURES INTO

    Hi;
    There is an "Attachment" field that allows the form filler to upload attachments (images are supported).  Here is a tutorial on adding the attachment field: http://forums.adobe.com/docs/DOC-2656
    I was assuming you meant the form filler, as the author you can of course add pictures to the form using the "Image" form field which allows you to add images from your computer or from Google/Flicker searches:
    Thanks,
    Josh

Maybe you are looking for