Help with web form script. PHP, CGI, Perl???

anyone willing to help with a web form script? I have a form built, but cant seem to figure out the scripting! Should I be using Perl, CGI, PHP... What do I need to enable? I am a complete novice when it comes to scripts. Looking for a little friendly help.

Here is a simple bit of PHP to stick in the page your form posts to. You would need to edit the first three variables to your liking, and add the html you want to serve afterwards:
<pre>
<?php
$emailFrom = '[email protected]';
$emailTo = '[email protected]';
$emailSubject = 'Subject';
$date = date('l, \t\h\e dS \o\f F, Y \a\t g:i A');
$browser = $HTTPSERVER_VARS['HTTP_USERAGENT'];
$hostname = $HTTPSERVER_VARS['REMOTEADDR'];
$message = "$date\n\nAddress: $hostname\nBrowser: $browser\n\n";
foreach ($_POST as $key => $value) {
$message .= $key . ": " . $value . "\n";
$mailResult = mail($emailTo,$emailSubject,$message,"From: $emailFrom");
?>
</pre>
This script will grab the server's date and the submitter's address and browser type. It will then list the name and value of each form field you have put on your form.
Also, this script expects your form method="post".
Lastly, you can offer alternate text later on in your html page based on the success of the above script with a snippet like this:
<pre><?php
if ($mailResult) {
echo "Your comments have been received thank you.";
} else {
echo "There was an error. Please try again or contact us using an alternate method.";
?></pre>

Similar Messages

  • Search Help with Web Dynpro call on another system

    Hi all,
    I have to create a search help with web dynpro on a field but the database is on another system... How can I do?
    Many Thanks in advance...

    I would use a search help exit. Nothing WDA specific here, as this has been possible long before WDA came around.  With a search help exit you define the search help like normal, but instead of database table or view being the source of selection, you have a function module.  Within the coding of this function module you can call an RFC to read data from another system or call a web service if you need to bridge over to something that isn't ABAP based.
    You can read more about Search Help Exits here:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/cf/21ee52446011d189700000e8322d00/frameset.htm

  • Search Help with Web Dynpro

    Hi all,
    I have to create a search help with web dynpro on a field but the database is on another system... How can I do?
    Many Thanks in advance...

    I would use a search help exit. Nothing WDA specific here, as this has been possible long before WDA came around.  With a search help exit you define the search help like normal, but instead of database table or view being the source of selection, you have a function module.  Within the coding of this function module you can call an RFC to read data from another system or call a web service if you need to bridge over to something that isn't ABAP based.
    You can read more about Search Help Exits here:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/cf/21ee52446011d189700000e8322d00/frameset.htm

  • [solved]Need help with a bash script for MOC conky artwork.

    I need some help with a bash script for displaying artwork from MOC.
    Music folders have a file called 'front.jpg' in them, so I need to pull the current directory from MOCP and then display the 'front.jpg' file in conky.
    mocp -Q %file
    gives me the current file playing, but I need the directory (perhaps some way to use only everything after the last  '/'?)
    A point in the right direction would be appreciated.
    thanks, d
    Last edited by dgz (2013-08-29 21:24:28)

    Xyne wrote:
    You should also quote the variables and output in double quotes to make the code robust, e.g.
    filename="$(mocp -Q %file)"
    dirname="${filename%/*}"
    cp "$dirname"/front.jpg ~/backup/art.jpg
    Without the quotes, whitespace will break the code. Even if you don't expect whitespace in any of the paths, it's still good coding practice to include the quotes imo.
    thanks for the tip.
    here it is, anyhow:
    #!/bin/bash
    filename=$(mocp -Q %file)
    dirname=${filename%/*}
    cp ${dirname}/front.jpg ~/backup/art.jpg
    then in conky:
    $alignr${execi 30 ~/bin/artc}${image ~/backup/art.jpg -s 100x100 -p -3,60}
    thanks for the help.
    Last edited by dgz (2013-08-29 21:26:32)

  • HELP WITH A FORM

    Ok here is the problem,
    I am trying to make a form in my existing fla document and
    the form will not function.
    I have created the form and used the exact same php script in
    a seperate flash movie and the form worked fine but I can not get
    it to work in my existing fla.
    I would reall appreciate any help with this issue.....
    I need my file
    (download my file at
    http://66.70.213.43/testsite/main3.fla
    to have a working email submission form.
    this file has no working form on it now and the existing form
    can be modified but I would like to keep the submit and the reset
    buttons as is if possable.
    I would like to use the php email style that is in the lesson
    on gotoandlearn.com ( the lesson is listed as sending mail with php
    but I am willing to accept other methods if needed.
    The Movie clip symbol of the actual form with the submit and
    reset button is call P5_s7
    The Movie clip symbol of the page which contains the form is
    called PAGE 5
    I will edit the php and the flash script after you send the
    file to me to reflect the email addresses that I want to use so for
    testing purposes you can use any email that you want.
    I would really appreciate it if someone with more flash
    experience could help me out and post a working copy of my file and
    the php script that the form links to so that I could re download
    then.
    Thank you in advance
    Please note that there may be some $$$ in it for you if you
    can help me.......

    Don't think you're going to find anyone here who will just be
    willing to do the work for you. You might want to check out the
    Flash and PHP Integration sample file that comes with Flash 8 for
    some pointers on how to get this started.
    If you have specific questions later, write back! Good luck!

  • Livecycle design 8 Help with PDF forms

    I am new to Livecycle 8. I have created a simple PDF form in Livecycle 8 which was orignally an excel form. I set it up with a submit button to submit by email to a designated person. The form is housed on an internal web site for viewers with adobe reader to open and fill out and then submit by email. The goal is for the designated receiver to receive the the same PDF form with the information filled out by the previous viewer. I was successful with the form being emailed to the designated person as long as the peson submitting the form was using adobe professional. If the viewer only has adobe reader, the form would not submit to the designated receiver. Please help? 

    Reader does not allow a local save of the form and data by default. To be able to add the attachment o an email message a local save must occur. You can Reader Extend your form to allow for this. Open th eform in Acrobat Pro. Under the Advanced menu choose the "Extend Features in Adobe Reader". Follow the wizard and save the result PDF as a different name ....I like to put RE in the name so I know it is Reader Extended. Try the new file.
    paul

  • Help With Registration Form

    Hi
    I have created a registration form, where on the first page
    the user enters a user name and password, then they go to the next
    page where they enter their name. This then goes to the next page
    where they enter their address, then there contact details.
    But I want all these details to go on to a page where they
    can review their details, then press a submit button which inserts
    the data into a mysql db.
    But I need help with how I do this?
    I have created the following Java script in the body. Or
    should it be in the header? Or on another form? to insert their
    details:-
    <% Insert Data %>
    <jrun:sql datasrc="regift">
    INSERT INTO account VALUES ('<%=
    request.getParameter("User_Name").trim() %>',
    '<%= request.getParameter("Password").trim() %>',
    INSERT INTO name VALUES ('<%=
    request.getParameter("First_Name").trim() %>',
    '<%= request.getParameter("Last_Name").trim() %>'
    INSERT INTO address VALUES ('<%=
    request.getParameter("House_Number").trim() %>',
    '<%= request.getParameter("Street").trim() %>',
    '<%= request.getParameter("Town").trim() %>',
    '<%= request.getParameter("County").trim() %>',
    '<%= request.getParameter("Postcode").trim() %>'
    INSERT INTO contact_details VALUES ('<%=
    request.getParameter("Email_Address").trim() %>',
    '<%= request.getParameter("Telephone_Number").trim()
    %>'
    </jrun:sql>
    Is this correct?
    Thanks for all your help, Lou.

    Your code is correct only for the first page. What you need
    to do after the
    initial record is entered is grab its ID and then on
    subsequent pages you
    would use and UPDATE sql statement
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "LoobieLouLou" <[email protected]> wrote in
    message
    news:emggvv$q67$[email protected]..
    > Hi
    >
    > I have created a registration form, where on the first
    page the user
    > enters a
    > user name and password, then they go to the next page
    where they enter
    > their
    > name. This then goes to the next page where they enter
    their address, then
    > there contact details.
    >
    > But I want all these details to go on to a page where
    they can review
    > their
    > details, then press a submit button which inserts the
    data into a mysql
    > db.
    >
    > But I need help with how I do this?
    >
    > I have created the following Java script in the body. Or
    should it be in
    > the
    > header? Or on another form? to insert their details:-
    >
    > <% Insert Data %>
    > <jrun:sql datasrc="regift">
    >
    > INSERT INTO account VALUES ('<%=
    request.getParameter("User_Name").trim()
    > %>',
    > '<%= request.getParameter("Password").trim() %>',
    >
    > INSERT INTO name VALUES ('<%=
    request.getParameter("First_Name").trim()
    > %>',
    > '<%= request.getParameter("Last_Name").trim() %>'
    >
    > INSERT INTO address VALUES ('<%=
    > request.getParameter("House_Number").trim()
    > %>',
    > '<%= request.getParameter("Street").trim() %>',
    > '<%= request.getParameter("Town").trim() %>',
    > '<%= request.getParameter("County").trim() %>',
    > '<%= request.getParameter("Postcode").trim() %>'
    >
    > INSERT INTO contact_details VALUES ('<%=
    > request.getParameter("Email_Address").trim() %>',
    > '<%= request.getParameter("Telephone_Number").trim()
    %>'
    > </jrun:sql>
    >
    > Is this correct?
    >
    > Thanks for all your help, Lou.
    >
    >

  • Slowness in deployment with web form (10g)

    Hi gurus,
    I was able to successfully migrate form 6i (C/S mode) to web form in 10g (10.1.2).
    However, the response in web form is far too slow due to network roundtrip involved. I looked at some of the articles and mentioned to remove synchronize function and it actually does show some improvement, however, we cannot always do so by just removing synchronize function.
    Is it true that implementation of javabean can reduce the amount of network roundtrips?
    Apart from that , is there other ways that can improve the performance.
    If there is any docs available for reference that will be great!
    Because the form currently use in production are quite large and it is not easily cut down to smaller form , so I need to know what other option I can consider. Otherwise, we need to consider .NET for the web version deployment.
    Thanks and regards,
    Ana

    Ana - why do you think that .Net would give you improvements - You can right a slow application in .Net just as easily as with Forms.
    First you need to identify WHERE the application is slow..using Java Beans will only help if the bulk of your performance hit is comms back to the application server - and remember, a Java bean doesn't magically appear on the client - it needs to be downloaded as well... .Check out.
    http://www.groundside.com/blog/content/GrantRonald/Oracle%20Forms/2005/07/15/Oracle_Forms_Can_you_get_it_to_perform_on_a_WAN.html
    as a starting point...and then maybe do some simple tests to find out where you think the bulk of the performance issues are..
    Regards
    Grant Ronald

  • DI server - help on web-form

    Hi,
    I wanted to run DI server sample as I am looking for some source code on SAP B1 web-forms. I tried to run the WSClient appliaction provided with the DI server samples. the server is running on Windows server 2003 R2(service pack 1), SAP B1 2005 B  PL 40, IIS 6.
    the SAP server, IIS and license server are on the same machine.  I have tried all the combinations for server name , license server etc but, I am unable to login at first place. it gives some 'The request failed with HTTP status 404 : not found'.
    Also, to  test the basic connection status, I copied Global.asa, Default.htm and WebSAPManageSoap.asp and ran it.
    it gave me 'server.createobject Access error'. it seems that I am missing some basic prerequisite. or there are some user-rights issue. any help on this will be highly appreciated as I am clueless on how to go ahead.
    also let me know If I am posting in wrong forum
    thanks and regards
    Binita
    Edited by: Binita  Joshi on May 21, 2008 3:27 PM
    the wwroot folder, where the above mentioned files are copied does  have IUSR permissions for read,execute.

    Hi David,
    I m here with one more round of trivial questions :).
    I went thru the help of B1WS and found tht it does not apply to B clusters of SBO.
    Now, It seems that DI server is the only option to use.
    in this forum itself, I read several thread stating that DI server may offer better performance over DI API but, implemetations are easier in case of DI API over DI server.
    It would be very helpful if someone let me know that for using web-service that is integrated with SAP B1 (with applying the original SAP business logic(i.e wht we achieve using DI API business objects in case of addons) ), is DI server the only way to go with?
    If yes, what licenses do I need to have to 1) develope the web-forms that use DI service  and 2) to have this web application implemented on client machine?
    any help on this will be highly appreciated as I don't know from where to start.
    thanks and regards ,
    Binita

  • Help with multiple forms

    I'm new to the forums (and Java!) so please forgive me if this has already been asked or is a stupid question.
    I'm using the Netbeans IDE to create a series of forms that collect user input. The project is a similar to a "wizard" that asks a series of questions, collects the user input, then performs a query on a database based on the user provided answers to the questions.
    I assume that each question should be displayed on a new form, and when the user clicks "next", the data is added to an ArrayList until the wizard is complete. There are around 10-15 steps in this wizard (I know, it seems long but that's what my boss wants!), and I've drawn all the forms as separate .java files with JFrames in Netbeans.
    I also have one wizard.java file that has a main() method and creates a wizard object that has an ArrayList used to store the data, and a get() and set() method to access the ArrayList.
    The problem is when an action is performed on each of the steps' "next" button, I am trying to add to the ArrayList belonging to the wizard object. The compiler is complaining about it though. I think there's a problem with scope, but I really don't know for sure. I've butchered my code trying to figure out a way to do this. I come from a procedural programming background, and objects and interaction between classes just isn't making much sense to me.
    Any ideas and help are greatly appreciated!!

    I have have made a few wizards in my time as a freelancer and had it up to here with coding around JSP forms that I settled for a forms generation framework. There are a few out there that you might want to look at the next time you have to build web forms for your JSP application.
    Creating multipage forms, and generating form elements should no longer be a heavy duty task. All forms do only 1 thing, and that's to collect user input.
    A library like Formular (http://formular.redeye.no) or Devsphere Mapping Framework (http://www.devsphere.com/mapping/) should do the trick.
    I personally like the way Formular handles wizards and takes care of all the navigation between screens. The other advantage of Formular is of course that you do not bloat your JSP with form handling code that would handle preselection of checkboxes and radio buttons, looping through arrays to generate option tags, displaying exceptions and form messages, etc.

  • Help with Custom calculation script in Acrobat 8

    Hi all, I am using acrobat 8 on OS 10.5
    I am trying to add certain fields (numbers) and then subtract another field value to give an end result.
    I don't know anything about Javascript, would anyone be able to help with any info on how I achieve this result? I can only see Add, x and average etc... nothing there for subtraction
    Thanks for any help in advance
    Swen

    This should get you started:
    >if (event) {
    // get values from two text fields
    var a = Number(this.getField('Text1').value);
    var b = Number(this.getField('Text2').value);
    // subtract the values and show it
    this.event.target.value = a - b;
    Place this in a 3d text field, as a Custom Calculation Script.

  • Slow response on Windows 2003 with web forms

    We are current running Oracle web forms on thin clients on Windows 2000 terminal server. We have installed Windows 2003 on one node of the cluster. When we run the same application on 2003, it is very slow and the screen flashes a lot. It takes 1-2 seconds to echo a keystroke. This is true for Jinitiator 1.3.1.25 and 1.3.1.18. We are using 1.3.1.18 on the Win 2000 terminal server. When I try form=test on Win 2003, the screen has colors and has poorer resolution that running the same on Win2003. The form has a grey background on Win 2000 but is magenta in Win 2003 and you can barely make out the hammer in the prompt. This happens when running from the same thin client with the same resolution and colors. Is there a setting on IE that could be causing this? Is there a problem with Win 2003? The Oracle application server is 9iAS but we see the same probelm with 10g.
    Thanks,
    Dave

    Copying my response from this thread:
    Report in Designer fast, in Viewer extremely slow
    Thread is now locked.
    A "cool" issue, form my perspective as this may be something new to think about / figure out. Not so cool from where you sit...
    Anyhow, a few things to check:
    1) Compare the runtime of your dev system and the Citrix system. Use Modules to do the comparison.
    2) Not sure what runtime was installed, but the most recent MSI / MSM are from SP 1.4:
    MSI
    https://smpdl.sap-ag.de/~sapidp/012002523100004610752009E/cr2008_fp14_ri.zip
    MSM
    https://smpdl.sap-ag.de/~sapidp/012002523100004610922009E/cr2008_fp14_mm.zip
    Trying the FP 1.4 runtime will be worth a shot.
    3) How is the performance on the Citrix when you actually sit right on the server, and not on a work station?
    4) Where is the slow down occurring (unfortunately this will require a bit of temporary code modification)? But the bottle necks typically are at:
    -report load
    - connection to the data source
    - setting of parameters
    - actual report output, be it to a viewer, export or printer.
    I suggest a possible way of tackling this in the performance article (page 4):
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8029cc96-6ff3-2b10-47a2-b30ea790ea5b
    Ludek

  • Help with first Adobe Script for AE?

    Hey,
    I'm trying to create a script that will allow me to set a certain number of layer markers at an even interval to mark out a song. Could someone help me troubleshoot this script? I've been working on it for ages now, and I'm about to snap. I've basically gone from HTML and CSS, to javascript and Adobe scripting in the past few hours, and I cannot figure this out for the life of me.
    I want to create a dialog with two fields, the number of markers to place, and the tempo of the song. Tempo is pretty simple, its just the number of beats per minute. The script is meant to start at a marker that I have already placed, and set a new marker at incrementing times. Its mainly to help me see what I'm trying to animate too, even if the beat is a little hard to pick up every once in a while.
    Also, is there a better way to do this? This script will help me in the long run because I will need to do this pretty often, but I'm wondering if there was something that I could not find online that would have saved me these hours of brain-jumbling?
    Thank you very much for any help you can offer.
        // Neo_Add_MultiMarkers.jsx
        //jasondrey13
        //2009-10-26
        //Adds multiple markers to the selected layer.
        // This script prompts for a certain number of layer markers to add to the selected audio layer,
        //and an optional "frames between" to set the number of frames that should be skipped before placing the next marker
        // It presents a UI with two text entry areas: a Markers box for the
        // number of markers to add and a Frames Between box for the number of frames to space between added markers.
        // When the user clicks the Add Markers button,
        // A button labeled "?" provides a brief explanation.
        function Neo_Add_MultiMarkers(thisObj)
            // set vars
            var scriptName = "Neoarx: Add Multiple Markers";
            var numberOfMarkers = "0";
            var tempo = "0";
            // This function is called when the Find All button is clicked.
            // It changes which layers are selected by deselecting layers that are not text layers
            // or do not contain the Find Text string. Only text layers containing the Find Text string
            // will remain selected.
            function onAddMarkers()
                // Start an undo group.  By using this with an endUndoGroup(), you
                // allow users to undo the whole script with one undo operation.
                app.beginUndoGroup("Add Multiple Markers");
                // Get the active composition.
                var activeItem = app.project.activeItem;
                if (activeItem != null && (activeItem instanceof CompItem)){
                    // Check each selected layer in the active composition.
                    var activeComp = activeItem;
                    var layers = activeComp.selectedLayers;
                    var markers = layers.property("marker");
                    //parse ints
                    numberOfMarkers = parseInt (numberOfMarkers);
                    tempo = parseInt (tempo);
                    // Show a message and return if there is no value specified in the Markers box.
                    if (numberOfMarkers < 1 || tempo < 1) {
                    alert("Each box can take only positive values over 1. The selection was not changed.", scriptName);
                    return;
                    if (markers.numKeys < 1)
                    alert('Please set a marker where you would like me to begin.');
                    return;
                    var beginTime = markers.keyTime( 1 );
                    var count = 1;
                    var currentTime = beginTime;
                    var addPer = tempo/60;
                    while(numberOfMarkers < count)
                    markers.setValueAtTime(currentTime, MarkerValue(count));
                    currentTime = currentTime + addPer;
                    if (count==numberOfMarkers) {
                        alert('finished!');
                        return;
                    else{
                        count++;
                app.endUndoGroup();
        // Called when the Markers Text string is edited
            function onMarkersStringChanged()
                numberOfMarkers = this.text;
            // Called when the Frames Text string is edited
            function onFramesStringChanged()
                tempo = this.text;
            // Called when the "?" button is clicked
            function onShowHelp()
                alert(scriptName + ":\n" +
                "This script displays a palette with controls for adding a given number of markers starting at a pre-placed marker, each separated by an amount of time determined from the inputted Beats Per Minute (Tempo).\n" +
                "It is designed to mark out the even beat of a song for easier editing.\n" +
                "\n" +
                "Type the number of Markers you would like to add to the currently selected layer. Type the tempo of your song (beats per minute).\n" +           
                "\n" +
                "Note: This version of the script requires After Effects CS3 or later. It can be used as a dockable panel by placing the script in a ScriptUI Panels subfolder of the Scripts folder, and then choosing this script from the Window menu.\n", scriptName);
            // main:
            if (parseFloat(app.version) < 8)
                alert("This script requires After Effects CS3 or later.", scriptName);
                return;
            else
                // Create and show a floating palette
                var my_palette = (thisObj instanceof Panel) ? thisObj : new Window("palette", scriptName, undefined, {resizeable:true});
                if (my_palette != null)
                    var res =
                    "group { \
                        orientation:'column', alignment:['fill','fill'], alignChildren:['left','top'], spacing:5, margins:[0,0,0,0], \
                        markersRow: Group { \
                            alignment:['fill','top'], \
                            markersStr: StaticText { text:'Markers:', alignment:['left','center'] }, \
                            markersEditText: EditText { text:'0', characters:10, alignment:['fill','center'] }, \
                        FramesRow: Group { \
                            alignment:['fill','top'], \
                            FramesStr: StaticText { text:'Tempo:', alignment:['left','center'] }, \
                            FramesEditText: EditText { text:'140', characters:10, alignment:['fill','center'] }, \
                        cmds: Group { \
                            alignment:['fill','top'], \
                            addMarkersButton: Button { text:'Add Markers', alignment:['fill','center'] }, \
                            helpButton: Button { text:'?', alignment:['right','center'], preferredSize:[25,20] }, \
                    my_palette.margins = [10,10,10,10];
                    my_palette.grp = my_palette.add(res);
                    // Workaround to ensure the editext text color is black, even at darker UI brightness levels
                    var winGfx = my_palette.graphics;
                    var darkColorBrush = winGfx.newPen(winGfx.BrushType.SOLID_COLOR, [0,0,0], 1);
                    my_palette.grp.markersRow.markersEditText.graphics.foregroundColor = darkColorBrush;
                    my_palette.grp.FramesRow.FramesEditText.graphics.foregroundColor = darkColorBrush;
                    my_palette.grp.markersRow.markersStr.preferredSize.width = my_palette.grp.FramesRow.FramesStr.preferredSize.width;
                    my_palette.grp.markersRow.markersEditText.onChange = my_palette.grp.markersRow.markersEditText.onChanging = onMarkersStringChanged;
                    my_palette.grp.FramesRow.FramesEditText.onChange = my_palette.grp.FramesRow.FramesEditText.onChanging = onFramesStringChanged;
                    my_palette.grp.cmds.addMarkersButton.onClick    = onAddMarkers;
                    my_palette.grp.cmds.helpButton.onClick    = onShowHelp;
                    my_palette.layout.layout(true);
                    my_palette.layout.resize();
                    my_palette.onResizing = my_palette.onResize = function () {this.layout.resize();}
                    if (my_palette instanceof Window) {
                        my_palette.center();
                        my_palette.show();
                    } else {
                        my_palette.layout.layout(true);
                else {
                    alert("Could not open the user interface.", scriptName);
        Neo_Add_MultiMarkers(this);

    You should ask such questions over at AEnhancers. I had a quick look at your code but could not find anything obvious, so it may relate to where and when you execute certain functions and how they are nested, I just don't have the time to do a deeper study.
    Mylenium

  • Help with PDF form responses

    Hey there!
    I have two issues with online form data collection and am completely stumped. It's a real struggle to find useful documentation for Acrobat forms!
    #1 - I have created a form uploaded it to Acrobat.com, and have been able to collect test form data. In the local responses portfolio, I'm able to use the 'Update' button to bring the latest form data into the portfolio. But I would like to have a colleague be responsible for monitoring the form data and we're running into problems. He's able to open the portfolio and has full access, however the 'Update' button is greyed out so he is unable to bring in new form data. We've already updated his 'Acrobat.com' username/password in Acrobat preferences to match mine, but still no luck. Any help?
    #2 - Some computers are having issues with electronic submission. My best guess is that this is to do with Acrobat versions, as the issues all seem to come from computers where the form is completed using Acrobat Reader 8. The form was created with Pro 9, and form submission works for both Pro 9 and also Reader 9. Is there something I can do here? (And yes I know that it's a free upgrade to 9, but 8 is still in the official build for our organisation and I don't really have time to wait for them to complete an upgrade!)
    Thanks in advance for any help you can give.
    Jarrod

    Hello Paul,
    Thank you for your reply.
    I use Ipower for my hosting.  I see they use sendmail and the path on the server is - /usr/sbin/sendmail.  Would this work?
    The way I would like this to work would be:
    1) I e-mail the PDF form to the client
    2) Client opens and fills in the form
    3) They hit submit and the form information eventually gets e-mailed to my business e-mail
    I chose to use the HTTP method instead of e-mail because the PDF form says it can not be saved and if the client uses an internet beased e-mail like Yahoo it gets kind of messy.
    But, does the HTTP delivery method make it more difficult since this is not embedded in a website?
    Sorry, I did not realise this would be as involved as it is.  Your help would be greatly appreciated.

  • In desperate help with Dreamweaver Forms

    I am looking to create a textfield within my form for viewers to enter a certain phrase or code to enable them to view my next page on my website. In other words, I am creating a simple game on dreamweaver were viewers have to enter a code within a textfield in order to view the next page once submitted. How can I tell dreamweaver what the word or code is for viewers to enter?? This code would have to be entered correctly, otherwise they would not be able to view the lext page (level 2). I have tried using spry validation but cannot seem to figure it out. Please if someone can help me i would be very grateful.

    php will do this quiet easily if you can use it? A simple example of the code/form is below:
    Copy code and paste into a new Dreamwaever document and save it as next_level.php The page sends the information collected via the form back to itself. If the person enters the correct code in this case 12345 they get taken to www.bbc.co.uk if they enter the wrong code they get a failure message. You can alter all of the above i.e., code and url to go to in the code below.
    You can either use this locally if you have php set up or upload it to your server if it runs php.
    <?php
    if (array_key_exists('sumbit', $_POST)) {
    $code = $_POST['code'];
    if ($code == "12345") {
    header('Location: http://www.bbc.co.uk');
    else {
    $responseMessage = "Sorry, the code you entered is incorrect!";
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    </head>
    <body>
    <form id="checkCode" name="checkCode" method="post" action="next_level.php">
    <label>Code
    <input type="text" name="code" id="code" />
    </label>
    <label>Submit
    <input type="submit" name="sumbit" id="sumbit" value="Submit" />
    </label>
    </form>
    <?php
    if (isset($responseMessage)) {
        echo $responseMessage;
    ?>
    </body>
    </html>

Maybe you are looking for

  • Partner Functions in Vendor Master

    Hi, We have a requirement to use different Remit to address in many of the vendors. So I created a vendor with account group 0004 (Invoice presented by) and attached to main vendor LIFE ( Main vendor). I need some understanding on below points  - 1.

  • Reports export in Hyperion Analyzer ver. 7.2.5 gives error ?

    Environment: OS : Windows server 2003 sp2 IBM websphere application server 5.1.1.10 Oracle database version: 10.1.0.2 JRE : 1.4.2_12 I installed the hyperion analyzer v 7.2.5 build 36 with last supported version of oracle 10g i.e 10.1.0.2.I'am able t

  • What is kcSync and how does one turn it off?

    Evening folks This is a dingier and it's driving me nuts... After visiting my key chain to administer a little First Ad... I'm suddenly swamped with a series of repeated request for my master password... about two or three times per hour! Any ideas a

  • Igrabber won't recognise the igrabber under 'digitisers'....please help....:(

    igrabber won't recognise the igrabber under 'digitisers'....please help....searched the web for a lot of people with the same problem but no one seems to have an answer!!!!

  • Major.minor version

    Im getting unsupported major.minor version exception while doing web applications using both tomcat5.0 and weblogic8.1, on the JVMs 1.4 and 1.5. Where did i do mistake???