I need to create a simple form and have it submitted to Paypal...

Hello all,
I need to have visitors go to my website, register and then pay for a seminar at my church. I know how to create a form; but I need to know how to create a form that will register and pay for the event. The payment will go to Paypal, which we already have set up. Any pointers or tutorials around?

That was what I was suggesting. If you are no familiar with secure web sites (and I am not), it is best to have that part handled by pros in that area. They also get to accept the liability in such cases (read any contract carefully). You may want to be sure that the page returned opens in a browser and not in Acrobat. The latter is probably not the best way to link to a secure site.

Similar Messages

  • 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

  • Need help creating a simple form in Dreamweaver CS3!!

    I'm trying to create a form in Dreamweaver CS3, and while I have the form built I'm confused as to how to make it actually function.  What I'm trying to do is create a form that when the visitor clicks submit, the data is emailed to me.  Can someone help me figure out how to accomplish this?
    Thanks so much!

    Ute's answer is spot on - you need a FormMail script to process the form.  Check with your host (or via the control panel) and see if they supply such a form for free.
    If not, google for "formail script' and you'll find quite a few available - all free to use.
    You just need to add a couple of lines to your html code, change a few things in the formmail script and the form will process.  Sounds complicated but most scripts come with a help file to help you get off the ground.
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://www.perrelink.com.au
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/
    http://twitter.com/nadiap

  • Help needed creating a fillable form and emailing it.

    I'm new to all this and have no clue where to start.  If there is a document that lays out how to do this, a link to it would work.  I need to create 2 fillable forms.  1 will need a submit button and once you click submit, it automatically sends the form.  The 2nd one will need to allow the end user to select to whom the document is to go to.  I think it will have to open an email message to do this, but I'm not sure.  Please advise.

    It's probably the fields highlight color of the application, which you can change via Edit - Preferences - Forms.

  • Creating a simple form

    I just want to create a simple form that users can fill in and a e-mail is send to our helpdesk. I just cannot find any information about this, only how to create lists. When i do that and put list on the site it shows all the lists, when i click on Add
    A New Item it shows the form i wanted to put on the site:
    Example
    Any ideas / tips?

    Hi,
    You can send email from InfoPath through various ways it depends on your requirements and your need, follow this article that includes all the steps with image.
    http://redcapeco.wordpress.com/2010/09/20/create-a-submit-button-in-an-infopath-form-to-email-recipients/
    when you publish the InfoPath form it will deploy to SharePoint site and form will open when you will click on new item from list menu or you can add your InfoPath form as content type in any list in this case also to fill the form you need to go to the
    list where you added the content type and need to choose new item from that list.
    It you would elaborate your requirements in simple steps we would be able to provide the specific solution for your need.
    Krishana Kumar http://www.mosstechnet-kk.com

  • Create the simple form

    hi friends,
    can u tell me the steps to create the simple form in oracle application express by which i can insert data into oracle 10g database table.
    please do me reply soon. thanks

    User622321,
    I would suggest that you read the "APEX User's Guide" first. It has detailed instructions for creating a form using a wizard. You can download the PDF at http://download.oracle.com/docs/cd/B32472_01/doc/appdev.300/b32471.pdf.
    In the PDF document, go to section "Creating a Form Using a Wizard." After you read the documentation, if you still think you need help, please post a request here and I will be glad to rephrase the instructions for you.
    Thanks!
    JMcG

  • Create a simple form

    hallo i would like to create a simple form template so people can fill some information to send a request.
    does someone could help me please?

    Originally Posted by laurabuckley
    Hi
    Perhaps you can do this by creating the "template" e-mail and then saving it as a .VEW file. (File - Save View)
    Then distribute the .VEW file to those who need it. To use it they simple double-click the .VEW file and a new e-mail is created with the bits and pieces in it ready for finishing and sending off.
    Cheers,
    No, i need that who fill the form use the template without modifyng it. is i use a .VEW file as template, i can modify it.
    i need to create form that someone can open, modify ( only the text fiels, not all the template) and send. I use this to create a Request Mail
    any suggestions?
    Thanks a lot

  • I have created a form in InDesign, exported to a pdf, created an editable form and saved.  When I open the form and make changes and save, the reopen the changes are there.  If try to email this form as an attachment after editing, the attachment is alway

    I have created a form in InDesign, exported to a pdf, then created an editable form and saved.  When I open the form and make changes and save, then reopen the changes are there.  If try to email this form as an attachment after editing, the attachment is always minus the edits.   ????

    Hi chuck,
    If you ave created the form and then filling it yourself and saving the form, the filled data should be there when you reopen the same form.
    Can you please send the form to me at [email protected]  so that I can have a look.
    Regards,
    Rave

  • How do I move all my files from one User Profile (account) into another? I needed to create a new account and want all of my files accessible in the new one.

    How do I move all my files from one User Profile (account) into another?
    I needed to create a new account and want all of my files accessible in the new one.

    ok, what you're learning right now is 101 unix, which is good. Unix is a good thing
    now: the way unix works, and macos (which uses unix underneath) the files and folders work like a hierarchy.
    the start of that tree is /
    so, if you were to do:
    cd /
    (cd means change directory)
    it will bring you at the highest branch of the file system.
    cd /Users
    will bring you to where all the users are.
    to see whats in /Users you can use your friend ls command
    ls means list files/directories
    so:
    cd /Users
    ls -la
    (the -la here means show all (even hidden) and long format (very verbose))  this flag is very optional.
    you will see
    fred
    user2
    for example.
    if you want to see the desktop of user2 you would change directory to it then list the files.
    for example:
    cd /Users/user2/Desktop
    Note that the files and directory are case sensitive, so, desktop is NOT the same as Desktop, or DESKTOP
    ls -la
    you should then be able to see everything in users2 desktop
    you could have done as well the same thing in smaller steps, for example:
    cd /
    cd Users
    cd user2
    cd Desktop
    this is the equivalent of cd /Users/user2/Desktop
    So, for your file, i don't know where it was, but know that if you log in as user2, it will directly put you in
    /Users/user2
    which most likely the file you had created from the other user was in /Users/user1
    if you copied all the files from /Users/original_user to /Users/secondUser
    most likely yes, all your mail, bookmarks etc would be copied over.
    so in your case.
    sudo chown -R seconduser:staff /Users/secondUser
    should work
    Remember that if you start a path with the character /  it means start from the root of the file system, at the highest top you can ever get.
    so
    cd /Users/fred
    is not the same as
    cd Users/fred
    unless you were in / already
    i know it may be confusing at first but it's actually very logical if you play with it.
    to simplify, think of it that / means C:\  on windows
    you can't go any higher than C:\  (in a way)
    if you're unsure which directory you're currently in, you can always type:
    pwd
    it will tell you where you are.
    for example:
    cd /
    pwd
    this shows  /
    cd Users
    pwd
    this now shows /Users
    cd /System/Library
    pwd will show /System/Library
    cd /
    cd /Users
    cd fred
    cd Library
    pwd will show /Users/fred/Library
    unix can look very scary but it's actually vital and very necessary to do tasks sometimes that would take for ever to do via the windows. This is good learning.
    so for the myfile you had created, i can't tell you where it is, at the time you created, if you can do a pwd command you'll know the path,
    ls -la  (this shows all the files where you are)
    if you see myfile in the list
    do a pwd
    whatever is return, the real location of the file would be:
    whatever pwd returned / myfile
    I hope that makes sense.

  • When creating a fillable form and saving it as a pdf, the default color of the data fields is a light blue. How do I change the color to something else that will copy better, e.g. a light yellow?

    When creating a fillable form and saving it as a pdf, the default color of the data fields is a light blue. How do I change the color to something else that will copy better, e.g. a light yellow?

    It's probably the fields highlight color of the application, which you can change via Edit - Preferences - Forms.

  • I have just created my first form and saved it as a PDF. The editable boxes have a background colour of Blue and I would like to change this. Can it be done?

    Hi guys i have just created my new form and it was very easy. however once i convert it to a PDF the editable boxes in the form are blue and i would like to change the colour. does any know if this can be done?

    The blue background is the field highlighting that you have the option of turning off. If you don't see the purple bar on top with Highlight Fields toggle button, it should displayed by clicking the top icon (purplish) in the navigation pane on the left

  • I created a pdf form and then iported it to Forms Central for distribute. It is now loaded to my website and setup so a person clicks on the link to open the form. At this point they then have to go to upper right to open form using a different view. I wo

    I created a pdf form and then imported it to Forms Central for distribute. It is now loaded to my website and setup so a person clicks on the link to open the form. At this point they then have to go to upper right to open form using a different view. I would like the form to open directly in Adobe Reader form to make it easier to enter information. Thanks, Ike

    If you created it in Forms Central, you have to edit it there. I believe Forms Central is similar to LiveCycle Designer in that the form created is no longer able to be edited in Acrobat. I might be wrong, but that is my understanding. You add the submit button in Forms Central. Within Acrobat, you should be able to go to the forms menu and Manage Data to save the data to an Excel file. Others better with forms should be by to clarify things, but this should get you started. In the future you might find it better to post a forms question in the forms discussions.

  • Is it possible to create a PDF form and send to a group of teachers and have it returned to different email recipeints

    Is it possible to create a PDF form for teachers and have it submitted by email to 3 different principals??

    Yes. As the target URL of your submit button enter something like this:
    mailto:[email protected],[email protected],[email protected]

  • Order types, why do we need to create our order types and not use the stand

    HI
    Order types, why do we need to create our order types and not use the standard ones during implementation.

    Hi Raj,
    Well there is no hard and fast rule that you have to copy nad create a new order type. Its just to meet our own requirements that we copy the standard and make the changes if required to meet our business needs.
    And by this way we keep unchanged the standard order type for further use.
    If you are sure that the standard order type satisfies your need you can directly use that only.
    I hope this clarifies the issue.
    Do reward if find useful
    Regards,
    Abhi

  • I have created an iMovie file and have created an iDVD menu file. I am now ready to burn a DVD. But my superdirve is broken. If I put my files on a mac without iMovie or iDVD, can I burn my DVD with Toast 11?

    I have created an iMovie file and have created an iDVD menu file. I am now ready to burn a DVD. But my superdirve is broken. If I put my files on a mac without iMovie or iDVD, can I still burn my DVD with Toast 11?

    no need for Toast ..
    tell iDVD to create a disk-image
    transfer dmg to othe Mac
    launch the Disk Utility, burn that dmg .......

Maybe you are looking for