Simplest way to create a web form

hi
what's the simplest way to create a web form?
i dont want to use action of mailto:.
the components like aspmail are complicated.
i teach a class of teenagers to create a simple html page
(notepad) and i need a simple form proccessor
thanks
lenny

The simplest would be to use a form processor that can handle
unlimited fields without additional coding. All you need to worry
about is correctly naming the send to address and subject form
fields. The processor loops through the form object and takes care
of all of the form fields. I don't know of a free script off hand,
but check out hotscripts. Most can use cdonts or cdosys.
http://www.hotscripts.com/ASP/Scripts_and_Components/Form_Processors/index.html

Similar Messages

  • Is there a way to create a web form for a user to take himself off paid membership subscription?

    I know there is a way to add a user to a paid membership subcription using the web form. There is a video on BCGuru that shows how to do it. Is there also a way to use web form for the user to terminate his paid membership? Or does it always have to be done manually by the Admin?
    Thanks

    It’s not a failing at all. It’s just the way it is.
    If you’d like to file a feature request you can do so here: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Bob

  • Simplest way to create a web page?

    How can I make a web page? I would like to be able to post a picture on the Internet and provide a web address (a "clickable" link) so anybody on a bulletin board on which I am participating, can link to it, and see it. I've never made a web page, so consider me strictly a beginner at this.
    Flat Panel iMac (G4)   Mac OS X (10.3.9)   Processor:1.25 GHz; Memory: 768 MB

    You could either give iWeb a go - which makes placing any of your iLife media on a web site very easy. Your Internet Service Provider almost certainly provided you some web space for you to upload to. 
    If you just want to post some photos then sign up for an account with flikr (or similar)
    All I do is use an FTP Client to save the files on my web space and then link to them direct. (Example - the file isn't referred to on any web site but I can email or post the link to it.)
    regards
    mrtotes

  • Is there a way to customize the web form link in Adobe FormsCentral?

    The dedicated link has a quite complicated address, not easily added to brochures to hand out.  Is there a way to customize the web form link in Adobe FormsCentral?

    It cannot be customized. The workaround is to create your own web page and embed our form into it. That way they only see your URL.
    Randy

  • Is there a way to create a PDF form that ANYONE can fill out and SAVE with their content?

    Is there a way to create a PDF form that ANYONE can fill out and SAVE with their content? By anyone, I mean someone who can download and use the free Adobe Reader, on either a Mac or PC. I have Acrobat Pro, and would like to be able to create forms that can not only be filled out and printed, but saved and emailed, which is not an option with the forms I have created to date. They can be filled out, but not saved, with Adobe Reader.
    TIA,
    Nancy

    To do what Dave indicated you need to do, it depends on what version of Acrobat you have:
    Acrobat 8: Advanced > Enable Usage Rights in Adobe Reader
    Acrobat 9: Advanced > Extend Features in Adobe Reader
    Acrobat 10: File > Save As > Reader Extended PDF > Enable Additional Features
    Acrobat 11: File > Save as Other > Reader Extended PDF > Enable More Tools (includes form fill-in & save)
    I wonder what it will be next time?

  • Is there a way to create an interactive form without Acrobat

    Bottom line, is there a way to create an interactive form that can either be filled out and saved, or "submitted" with a mailto: button without having to buy a copy of acrobat too.
    I have found numerous tutorials and examples, but everytime I try I run into the "action is not supported" error from adobe reader. Ironically, I have not problems saving a filled out form with OSX preview, but that won't work for PC users.
    It seems like Adobe missed a step or is just forcing users to buy a secondary product to "re-save" a file with a form.

    It’s not a failing at all. It’s just the way it is.
    If you’d like to file a feature request you can do so here: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Bob

  • I am creating a web form from a template and I need to change a field. It is just a text field at the moment but I need to change it to a field that the customer can fill in. How do I do this?

    I am creating a web form from a template and I need to change a field. It is just a text field at the moment but I need to change it to a field that the customer can fill in. How do I do this?

    See this thread:
    http://answers.acrobatusers.com/Is-add-instructional-text-text-field-disappear-clicked-q19 5078.aspx

  • What is the simplest way to create slide show

    What is the simplest way to create a slide show ?  (Premiere Elements 12)

    saploe
    What computer operating system is your Premiere Elements 12 running on? Premiere Elements 12 Mac does not have a Slideshow option in its Elements Organizer 12. So, that situation would not yield the two choices of creating the slideshow in the Elements Organizer and taking it into Premiere Elements OR doing the whole project solely in Premiere Elements.
    What is going into this slideshow....photos (how many, original pixel dimensions), videos (formats and duration), etc?
    What is a description of your computer resources?
    How do you intent to export this slideshow...
    a. burn to DVD-VIDEO standard or widescreen on DVD disc
    b. burn to AVCHD format on DVD disc
    c. burn to Blu-ray disc format on Blu-ray disc
    d. to file saved to the computer hard drive?
    We will customize a reply based on the information that you supply.
    Thanks.
    ATR

  • Creating a Web Form

    Alright, so there's TONS of software out there that claims to
    create web forms for you and include all these different functions
    but I'm trying to create one with the sole purpose of importing the
    data into an excel sheet that I will keep on my computer. The form
    is basically to gain information about potential customers and I'd
    like to have the information in excel so I can access it at any
    time and sort it any way I please.
    Now, many have said MySQL, which I have setup a database on
    my server but I'm not sure how exactly to create the table/s within
    the database and on top of that, I'm not sure how to get the data
    from the form into the correct parts of the table once it's been
    created. Does that make sense to anyone?
    I've got the form basically done, I just need a little help
    on the coding side of things...
    Thanks for the help in advance

    Hello,
    An easy alternative would be to have the form submit to an
    Access database
    on your machine.
    No need to be connected to the internet, you would just have
    to set up IIS
    on your PC.
    That's not too difficult.
    Then you would just use an ASP page and DW's "insert record"
    behavior to
    insert the form data into Access on submit.
    Are you familiar with using Access?
    You can easily connect an excel file to it or, easier,. just
    export the data
    to Excel anytime.
    Of course, you could always just view it in Access.
    If you have Access and Windows XP I would be happy to help.
    Take care,
    Tim
    "vintagegamer" <[email protected]> wrote in
    message
    news:frfcq5$hts$[email protected]..
    > Actually, I've been thinking about it and there are 2
    places that I'll get
    > these requests. A LARGE volume of them will be at
    conferences and then
    > I'll get
    > maybe a few here and there that actually come from the
    net. The ones from
    > the
    > internet could come as an Excel file as you described
    and then I could
    > just
    > copy paste it into my database.
    >
    > BUT, I would like a form that looks and acts mostly the
    same that I can
    > take
    > to conferences with me and not have the need for an
    internet connection.
    > I'd
    > like the people to input there data and have the submit
    button put the
    > data
    > into an excel file. Then, when the next person inputs
    there data, it will
    > automatically go to the next row.
    >
    > Are there products out there already? Could someone
    maybe walk me through
    > some
    > easy steps to make it work?
    >
    > Here is my form so far:
    http://www.jayne-sells.com/form.html
    >
    > There is a huge white gap at the top and I'm not exactly
    sure how to fix
    > that
    > either...
    >

  • Is there a way to create a web gallery from Bridge with just 1 row and 3 columns?

    It looks like I can't select a number lower than 3. I'm hoping there may be a way around this?

    I'm hoping there may be a way around this?
    Web gallery in bridge is very limited, the templates showing are the ones you have to work with, if you can't adjust them further then they show then that is your limit I'm afraid.
    But maybe you can try the filmstrip  templates?

  • Is there a way to create a web journal based on faces?

    I have a bunch of family photos from all branches of my family tree. I would like to create a web journal has photos of each individual on their own page. Does Aperture do that?

    Aperture 3 supports the creation of web pages - you have web journals, web pages, smart web pages. The smart webpages are articulately convenient, because you can define smart rules for the content.  All web products have an initial overview page with thumbnails of each image and clicking one of the thumbnails will take you to a details page with the image enlarged. Then you can view the individual images a s a slideshow.
    But since the demise of Mobile Me you cannot publish directly to a web server. You will need to export your web projects to a folder in the Finder and upload them to a FTP site, for example the FTP server of your internet provider. This is easy to do with tools like CyberDuck.
    Aperture 3's faces feature will help you to tag the faces and find images of each person quickly. You can refer to faces names in smart albums or smart webpages with rules like "Faces is ..."
    So you could create a smart web page based on a rule "keyword is 'family_tree" and "Face is 'grandpa'" or similar.
    But there is no automatic option to create a journal of all the best of all faces images of each faces stack. You will have to select the images to be included in the journal yourself,  by creating an album or creating rules for a smart album.

  • Is there a way to create a web or simlar link to a local database only?

    So my situation is this
    I have an access 2007 database that stores the names of customers and their usual orders.
    I want to create a link to this database somehow so that anyone on the network can access something like a search page that will be stored on the desktop and it will bring up the results found.
    I don't want people to have to constantly go into the database and do it that way.
    The database has confidential info in it so will never go online only stay as a local database.
    Im unable to install anything on these computers ie PHP, ASP, MYSQL, so it there a way of doing this without either putting the database online or installing another program.
    The scenario I want is this ... Customer calls up we have either a web or form search, we tap in their name or as there's not many records even a drop down box will do and it brings up their details.
    Im open to any other suggestion as to how I can achieve this.

    It sounds to me like you want to "split your database."
    Assuming A10 or higher: Go to the Database Tools tab | Move Data | Access Database and click F1 for more help
    peter n roth - http://PNR1.com, Maybe some useful stuff

  • Is there a way to create mutiple page forms in Acrobat that store 1 record per page?

    Basically, I'm creating a form, that I would like to make notes on each page individually. I am running into an issue however, since the name of the fields are the same throughout the whole document. Is there a way for Acrobat to treat each page as an individual record, so I can track this data throughout the whole thing? Is my only alternative to resort to Javascript to change these names in acrobat? On the front end, I'm designing the form in InDesign, and then exporting to acrobat.

    In Acrobat, a page can be made a template, which is really nothing more than a page that has been given a name. With JavaScript, you can spawn a template page to create a new one, and any fields a template page has can be automatically renamed when spawned (following a particular convention) so that each page's fields are independent from those on other pages. Note that JavaScript is not able to change a field's name, but it can create and remove fields.

  • What is the best way to create an electronic form

    I was asked by a client to create a form where a new patient can fill out a form electronically and send to a desired email. Also, the possibility of incorporating this into their website.
    After searching it seems creating a form in InDesign then bringing it into Acrobat Pro is the way to go. This seems to have a real "tech" feel from what I have seen. I am much more on the art side of things.
    Is this the best route to go? I want the design to function well but also look professioanl and pleasing. I have the CS4 Suite incase this alters someones answer.
    Thanks

    You have the right idea, and here are some pointers...
    The layout of the form can be accomplished in Indesign. Areas that you want text fields, include a rule in the form, this will be helpful in Acrobat. Check boxes can be drawn out in ID, but the form is cleaner when the the check box is created in Acrobat.
    Once the form layout is completed, export PDF, open in Acrobat and Start the Form Wizard. The Form Wizard does a decent job of recognizing where intended form fields will go, and create, label, and order them. Keep in mind that the process is not perfect, and editing will probaly be necessary.
    You will need to save a working PDF, and when you are finalized, you will need to save a version that has extended features enabled. Extended Features will allow recipient to save PDF with their data input.
    Recipients will need Reader 9 or higher to save input within PDF.
    Another question you may want to ask: Does your client plan to export data from form, and input into another system? This can be accomplished, however there are a lot of factors involved with how it would be handled.

  • What is the simplest way to create a text on black background?

    I am new to In Design and want to make a simple design that is a yellow text with a black background. What is the easiest way to do that? I am on a PC running In Design CS4. This is on a computer at work so it may take awhile for me to get back to anybody who answers. Thanks in advance

    If you are a novice then iweb is a good place to start. It will allow you to create a site quickly with the minimum amount of work. You can then learn more as you go along if you want to. To publish you will need web space somewhere. Thats how I started and now I am studying web design with the Open University and am learning xhtml and CSS, then progressing to Java etc. Good luck and have fun - it is quite addictive once you start.

Maybe you are looking for

  • 2 phones, Data plan on one, phone/txt on the other

    Is it possible to have two phones, a smartphone with only data capabilities(no phone line) and the other rugged phone w qwerty keyboard for everyday calls/txt capabilities (w phone line)? I've been looking for a phone that is rugged, has a Qwerty key

  • HT1660 Store my iTunes in iCloud and not my computer so save to memory space?

    How can I store my iTunes in iCloud and not my computer to save on memory space?  I want my iPhone and iPad to Sync with iCloud and not my PC..... What is the sequence I need to follow?

  • Opening a PDF in IE

    When I click on a hyperlink for a PDF in internet explorer, it get the usual, OPEN, SAVE or CANCEL, when I click OPEN, it launches another IE window before it open the PDF in Adobe Acrobat (Pro 8.1.2). On my old computer, this never happened, and I'd

  • Kindle-plug in Character Styles don't embed fonts

    We have a special font used for our company's publications and also a math type font (Euclid Symbol). The book is built in InDesign CS6 and will be exported to a .mobi file using the export to kindle plugin. The export to kindle will not see the symb

  • Can't import any songs

    I can't import any songs to Itunes. The only ones in my playlist are the ones I bought from Itunes store. My IE keeps shuting down and sends a report to Microsoft.