Acrobat form with discount

Hey ladies and germs.
I need help.  I created a purchase form for magazine advertising. It shows rates based on montly group purchases.
Size
1 m
3m
6m
9m
12m
total
full page
100
95
85
75
65
total1
1/2 page
90
80
70
60
50
total2
1/4 page
80
70
60
50
40
total3
I put a check box in front of each price. If you clicked that particular box it would autofill the total.  so if you click the 9 it would give the total as 675. (9x75) in the Total1 area.     Then at the bottom of the form it has an Ad Total, if someone were to purchase different size ads and placements.  The ad total, was or is the the sum of total1 thru total3 or how ever many I have. I think I have something like 12.
Now I would like to put in a radio button that if clicked will give a 20% discount to the Ad total box and show the new price..  If it isnt clicked than it is standard pricing. A little hook for first time buyers and all.  I am sure you catch my drift.
I am a complete noob when it comes to using custom calculation script.  I am using CS4 on an Imac. If that helps any.
Can someone please guide me through what the script needs to look like and any other changes I may need.
Joe

Sorry, must have been a long day at work. I coulda sworn I did post this in the script discussion area.  Sorry about that.
Yes, Try I will switch to a check box. That does make more sense since I can put in a value and It would be ideal if it did put the new total in the Ad total space.

Similar Messages

  • Acrobat form with server side submit, posting blank data

    Read more
    Acrobat form with server side submit, posting blank data,
    thanh xả tràn
    I have a PDF form which gets submitted to the server using a submit (server-side) button. The data is then received in XML format by a ColdFusion component which does some validation and stores it into the database.
    This PDF form is usually filled in by our clients using Adobe Reader 8 or below. While most of the times(and I mean like 96-97% of the times) everything goes well, at times we receive blank data into our database!! This renders couple of other features in our application useless as they try to parse an XML which does not exist.
    I do believe that this is not a problem at the ColdFusion side because all it does is trim(ToString(toBinary(GetHttpRequestData().content))).
    Does anyone has a clue as to why the data will be lost upon form submission?? I have done a lot of googling around it but in vain!

    There is an outside chance someone is just playing with you and submitting a blank form. Not uncommon if someone is not too familiar with forms.

  • Acrobat form with submit button

    Have a coldfusion app that includes an acrobat form that contains a submit button.  The button submits the form to another CF page.  I'm making some fixes to this app and need to change where the form submits, currently it's going to production but i need it to go to test.  When I open the form in Acrobat 8 or Livecycle I don't see any script.  Anyone know where to change wheer this form posts?

    Not sure about LiveCycle, but here's how to do it in acrobat.
    1) Right click on Form Button -> Properties -> Actions
    You should see a list of actions associated with the button.  something like:
    - Mouse Up
           Submit a Form
    2) Select on "Submit a Form" and click "Edit" at the bottom of the screen
    3) Edit URL in "Submit Form Selections" window.

  • Problems processing Acrobat forms with PHP

    It's a real simple script. All we do is have users fill out a
    form with information and it's sent to a php file on the server,
    which then sends an e-mail to the admin with the user's input then
    sends a thank you e-mail to the user. I used regular web forms
    using the post method with input tags. The php code recognized the
    values of regular htm forms, but we are converting all of our forms
    to PDF.
    I am having problems with Acrobat form submission. I tried
    sending the data using the http submit/post, but I cannot figure
    out how to stop it from displaying the user input inline (ie.
    name=nameaddress=addresscity=citystate=state). Our clients cannot
    receive e-mails with everything inline like that. I cannot send it
    using mailto: or by the default e-mail either because the clients
    cannot receive attachments.
    I heard that sending the form via xml and parsing it would
    work, but when I use the parser it needs the exact .xml file name
    and every time someone submits a form the file name changes.
    Does anyone know how to use the http submit method in acrobat
    and stop the text from displaying inline, how to parse the xml, or
    of any other ways that will make the text display correctly?

    Please post to the correct forums. At least 2 other
    duplicates of this post are also in the Connect forums, which are
    wholly unrelated to PDF topics.

  • Acrobat Forms with Echosign

    Hello,
    I am trying to finish a simple form for my company. This form has a few check boxes that I need to be required before submitted through echosign. Although the required field is checked and the boxes appear red when highlited, Echosign still allows me to send the form with the boxes unchecked. Has anyone else acquired experience with Echosign and Adobe before that could lend some advice? Thanks
    Joe P

    Joe P - Attached is the EchoSign forms tutorial which may help.  Essentially I think you want to be able to "prefill" the checkbox selection before it goes out for e-signature.  If this doesn't help, please also shoot a copy of the form to echosign customer support (support at echosign.com)

  • Acrobat Forms with Javascript

    I have a form that I would like to have required fields before saving or print. I am really new to javascript coding and know nothing about syntax. I do have some experience with basic html, but this form will not be used online. It will get emailed, filled out, and returned.
    Is there a way to prevent a user from skipping over a required field and is there a way to prevent saving/printing until all fields are completed?
    Thanks in advance.

    You can't prevent someone from saving or printing a file. But you can use a
    script to make sure (well, almost sure...) that if they try to do that when
    the file is not correctly filled, the result will be a blank file. For that
    you can use this script, created by me:
    http://try67.blogspot.com/2011/12/acrobat-validate-fields-before-printing.html
    It's also possible to prevent someone from leaving a field unless they've
    entered some data into it (again, using a script), but that's usually not a
    good idea, as it would prevent them from tabbing through the document and
    could be very annoying.

  • Acrobat Form Discount

    Hey ladies and germs.
    I need help.  I created a purchase form for magazine advertising. It shows rates based on montly group purchases.
    Size
    1 m
    3m
    6m
    9m
    12m
    total
    full page
    100
    95
    85
    75
    65
    total1
    1/2 page
    90
    80
    70
    60
    50
    total2
    1/4 page
    80
    70
    60
    50
    40
    total3
    I put a check box in front of each price. If you clicked that particular box it would autofill the total.  so if you click the 9 it would give the total as 675. (9x75) in the Total1 area.     Then at the bottom of the form it has an Ad Total, if someone were to purchase different size ads and placements.  The ad total, was or is the the sum of total1 thru total3 or how ever many I have. I think I have something like 12.
    Now I would like to put in a check box that if clicked will give a 20% discount to the Ad total box and show the new price..  If it isnt clicked than it is standard pricing. A little hook for first time buyers and all.  I am sure you catch my drift.
    I am a complete noob when it comes to using custom calculation script.  I am using CS4 on an Imac. If that helps any.
    Can someone please guide me through what the script needs to look like and any other changes I may need.
    btw, it woud be idea to have the new discounted total to appear in my Ad Total box.

    Have you been able to create an Acrobat form with named fields?
    Since you will be using AcroForms, your check box will either have the 'export value' or 'Off' as a value. but if you have a field for the discount rate and use the calculation option of 'Value is the _____ of the following fields:' and the decimal value for the discount, the field will show 0 or the discount rate, if you set the format to 'percentage' then the percentage rate will be displayed. And can then use the same calculation option to compute the total when you select the appropriate fields.

  • Acrobat form submit automatically bypassing Outlook?

    We are using Acrobat 9 Professional, Office Standard 2007, Windows XP and some PC's have Windows 7
    We created a fillable Acrobat form with a submit buttom. Everything is working as expected - thank goodness. We are able to complete the form, the submit button then runs a java script that creates an Outlook email, populates the email header To field, subject, text in the body of the message and adds the completed PDF as an attachment.
    Now we are interested in eliminating the last step: Send the Outlook email. Anyway to get Outlook to automatically send the email without input from the end user?
    Thanks in advance for any and all suggestions.
    Allison

    With the barest spattering of PHP it's not difficult at all - see my segment in AUCTV:
    http://tv.adobe.com/watch/acrobat-community-tv/working-with-form-data/
    Test Screen Name wrote:
    Submission should be to a program on a web server, just like every web site does. A web programmer is needed to create this script, so it is a much more complex process than we'd all like it to be. Thank the spammers for that.

  • Broken Reader functionality after getting an Acrobat Form back.

    Hi,
    we have recently run into the problem that several completed Acrobat Forms with enabled extended Reader features (for saving the form from Reader) came back with the Reader features broken:
    The main problem lies in the fact that we set some textboxes to allow multi-line entry and to scroll long text. (We were pretty certain that some users would need more space than there is available).
    This leaves us with a completed form in which only users with Acrobat Standard or Pro can access the complete text entries.
    I tried to reproduce the error but failed. I did use a single line of JavaScript as an page entry event on the first page to turn off the field overlay.
    That's more or less all there's special about the file. At least there seems to be some kind of regularity in the behavior: a second version of the same form from one of the users causing problems was broken, too.
    Unfortunately, I don't know any details on which reader version the users filling out the form have.
    I also can't share the broken foms since the contents are pretty confidential.
    Has anyone else experienced something similar?
    Many thanks and best regards,
    Mike

    Yes, it should be a custom calculate script. Here's a sample one below. It assumes the fields are named "A1", "A2", ..."A23". You will have to change the value of the "row" variable for each script, which is currently set to 2, meaning it should go in the A2 field. This really should be a function in a document-level JavaScript to it can be called by passing the row number or extracting it from the value of event.target.name, but it should get you started. Note that I didn't test it, so it might need some tweaking:
    // Custom Calculation script for row 2
    (function () {
        // Row number of this field
        var row = 2;
        // Get the value of the A column field
        var sVal = getField("A" + row).valueAsString;
        var sVal2;
         // Set this field value to  "O/D" if blank
        if (!sVal) {
            event.value = "O/D";
            return;
        // Scan the previous rows to see if any match this value
        for (var i = 1; i < row; i += 1) {
            // Get the current row value
            sVal2 = getField("A" + i).valueAsString;
            // See if it matches
            if (sVal2 === sVal) {
                event.value = "Deobligate";
                return;
         // No match was found. so set this field value to "Obligate"
        event.value = "Obligate";

  • Acrobat Forms Question - Secure Form Handling

    I'll preface this post by saying I'm not a designer nor have I ever designed an Acrobat form.  If the following is possible, I'll probably have to find a developer to do it for me.
    I have a small business that needs to receive and pass around by email a completed Acrobat form with sensitive personal data in it.  I want to know if it's possible to do the following:
    User goes online and opens the form with Acrobat Reader (assume Windows and Mac platform users).
    User enters the data required in the form.
    When data entry is complete, user clicks a button toward the bottom of the form that applies a predetermined password to the form.  I predetermine the password and it will be coded into the form.  The password will be required to open and print.  Ideally two passwords exist each with a different security level.  One allows only to open and read the completed form.  The other password allows opening and printing.
    Once the form is password protected, they can then click a button in the form to email it to a predetermined email address.
    Again, assume the user entering the data into the form only has Reader, not full Acrobat.
    Is this possible?
    Thanks.
    Andrew

    No, not all of that is possible, not even with Acrobat. When you have to transmit data securely without the user somehow encrypting the data, it's easiest to get a web server involved. The data can be securely transmitted (via HTPS/SSL) and stored, but it does involve a bit of server-side programming as well as setting up the form. You also have the option of just transmitting the form data, as opposed to the entire PDF. When you transmit the entire PDF with Reader, the document has to be Reader-enabled, which comes with licensing restrictions on the number of times you can use data from a particular form. This is not an issue when just sending the form data, which can be imported by you into a blank form whenever needed.

  • Help with complex Acrobat forms

    Hi Everyone,
    Background: I worked with another developer and completed a form for one of our clients but I need to know if the below change requests are even possible and if so if anyone would like to help with finishing the form. I am definitely willing to pay for an experts services as long as this can be done in a timely manner.
    What the form is - Our client wants a form that has text fields, drop down boxes and pages where images can be placed into the file and arrows drawn on it to point where the images are located on other images (some images are store layout maps). They would like to send this file out to their store managers, have them fill it in and then they would like the completed forms sent back so all of the information that was filled in (names, store names, addresses, square footage, etc) can be gathered into a database or excel file.
    What is completed so far
    - Cascading drop down boxes (user clicks on first drop down and whatever is selected changes the second drop down options, etc)
    - Most of the text fields for information gathering including city, state, store manager etc
    - Metric unit conversion boxes
    - Header text fields (read only) are used on several of the pages and are a combination of choices made in the drop down boxes and text fields.
    - Page footer info including page number
    - The over all layout of the pages is set
    Requested changes/additions
    Major must have:
    - Page Addition - There is a product page in the form (page 10) and the different stores will have a different number of these products to enter into the form so is there a way to add an ADD PAGE button on the page that when pressed will copy the product page to make a new product page? Now the product page has cascading drop down form fields on it so I would want to make sure the form fields are separate iterations of the form fields not just a duplicate of what was on the product page.
    - Footer adjustments - If we can do the above of adding pages then is it possible to at that point adjust the footer to reflect the page number changes? The footer shows the current page number then the form name and date.
    - Gather info - What is the best way to distribute these forms so that when returned completed the information can be gathered? I tried distributing via email which seems to work ok but the files might end up being too large for email so what is the best way to gather the completed info if say the files were ftp'd back?
    Minor:
    There are several minor change requests that I know are doable or that if not possible we can disregard. One that I am not sure about is if the color of the arrows in Acrobat can be changed from the default red?
    At first I was assuming that the Clients that get the forms needed Acrobat Standard or Pro 8 or 9 because I thought that the only way to add images was to use the Touch-Up Tool under advanced tools and right click to Place images. However I am pretty sure that if Reader Rights is enabled that images can be copy pasted into the file too if this is incorrect please let me know.
    If the above is not doable or if there is a better solution other than Acrobat forms to gather client information including allow the client to add images and place arrows then please let me know your thoughts.
    Any help or suggestions would be greatly appreciated and again id like to commission this out to anyone who is up for the challenge.
    Thanks in advance
    Jason

    Perhaps a better question is does anyone know a good developer?

  • Edit Formscentral form with Adobe Acrobat 9 PRO

    Since Formscentral is being discontinued, I would like to be able to edit my forms with Acrobat 9 Pro. I have saved my forms from Formcentral as a PDF, opened them with Acrobat, saved a copy to remove the security, then opened it with the Forms wizard. Once I get to this point I am unable to edit the text of the form. What am I doing wrong or is there a better way to achieve this?

    I would also like to know.
    It seems we all have to recreate the forms again in indesign since indesign cant read a pdf form.  Is this really true.  Shame on Adobe  if it is.
    Please let us know.    
    We are PAYING CUSTOMERS.   Dont shaft us and leave us in the dark Adobe !!!

  • Fatal error distributing forms with Adobe Acrobat 9 Pro

    Fatal error distributing forms with Adobe Acrobat 9 Pro.
    I click
    "Adobe Acrobat Pro/Formularer/Distribuer formularer/"
    ("Adobe Acrobat Pro/Forms/Distribute forms/")
    and chose a form for distribution and in the picture "Distribute Form" chose
    "Automatically download & organize responsees with Acrobat.com".
    I then click "Next" and write an email-address to send it to (i.g. to my own)
    and then click "Send".
    The program quickly writes
    "Authenticating email-addresses"
    and then gives the following error message
    "Borland Database er ikke installeret. Kan ikke indlæse tjenesteudbyder af Corel-adressekartotetek."
    ("Borland Database is not installed. Can not read load service provider of Corel address directory.")
    When I clik "OK" I get the error message
    "Adobe Acrobat has encountered a problem and needs to close. We are sorry for the inconvenience."
    I have undeleted and reinstalled Adobe Acrobat many times without any effect.
    The same procedure has been tried on another computer without any problem.
    What is my problem and how do I resolve it ?
    Operating System Windows XP
    Has worked may times before
    Same results with other files
    No recent system hardware or software change

    This is the image that I have plus....
    Reader 9.0 AcroRd32.exe caused Microsoft Visual C++ Runtime Library error
    Preinstalled Adobe 9 Standard doesn't work on a new Dell out of the box - why would it?
    Need help in creating a batch file that will add and remove some registy keys.
    %userprofile%

  • Troubles creating a form with Acrobat

    I have created a form with Acrobat 9 Pro. However, when it is brought up with Acrobat Reader, the following message appears:
    Sending data files by email: Please note, this form contains an email submit button. Clicking this button will email a data file... However, the form itself will not be sent. Remember you cannot save a complete file of this form with Adobe Reader 9.
    When the submit button is clicked, the following message is posted on a popup window.
    Operation not permitted.
    Here's the link to a form I am trying to get to work. It works fine if I use the Pro version, but the Reader version doesn't want to allow the form to be sent. http://www.drugfreedekalbcounty.info/pdf/interventionscholarshipform.pdf
    Any help would be appreciated. Thanks.

    It may have been improved with AA9, but at least up through AA8, Acrobat required the use of MAPI on the machine to deal with e-mail. If that has changed, then the other recommendation to use extended rights might meet your need. There is a 500 use limitation for the extended rights (more requires negotiation with Adobe). This may be a limitation that changed with AA9 Pro Extended.
    The rights are not needed if the data file is sent and not the whole PDF. There is no need for the whole PDF since the data file can be opened in the original form document - giving the same result. Your observation that it works in AA9 for e-mail is making the assumption that everyone uses AA9. That is a dangerous assumption if you are developing a general use form. You should assume folks have back to AA7, or even AA5 (like I have on this machine). There are still a few that check in here on occasions with AA4. I have not seen an AA3 question for several years. Thus backward compatibility may be an issue, depending on your client base.
    The cleanest way to work with forms is to submit to a web script. Then there is no question about the end result. The use of web scripts is even recommended for online html forms for much the same reasons. I was giving a heads up so that you have considered possible users that do not have the newest and best, assuming that the latter resolves the e-mail issue.

  • Reader Enabled Forms with Acrobat 8.0

    Hi,
    I am considering upgrading from 7Pro to 8Pro and need to confirm some aspects of the new features for applying reader rights to forms. I have a number of forms generated in Lifecycle Designer 7.1, where the user is using the Reader version to email the XML data.
    If I reader enable these forms with Acrobat 8 Pro, will the User be able to still email the XML data and also save the completed form locally? In addition will it be possible to inport and export XML data into & out of Reader Enabled forms?
    In addition do you know what the story is with "500 users of the forms"? Is is 500 per form over the lifetime of the form? Some of my forms are distributed to different Clients and I am not sure how this will work
    Any help/guidance gratefully appreciated ;-)
    Thanks, Niall

    It should, yes. Can't confirm 100% as I haven't tried.
    Chris
    Adobe Enterprise Developer Support

Maybe you are looking for

  • Can I run OSX 10.1.x on my OSX 10.8.2 iMac?

    Greetings, I have a 4 year old iMac running OSX 10.8.2.  I recently purchased a Nikon film scanner (discontinued 3 - 4 years ago) that has bundled software compatible with OSX 10.1.x and Windows XP.  I know that it is possible to load WIndows XP on m

  • Wrt54gs v6. 2 routers: Bridge not working?

    Hello all. I am having big trouble to conect my wrt54gs v6 as a bridge. I need the main router (Thomsom ST510 V6) to act as router and the wrt54gs to work just for the wifi and for using the several outputs. I was doing well till now, but now I want

  • How to execute simple update?

    I try to execute simple update from html form, for example: update <table_name> set comments = 'kuku' where id = :P4_ID; . I got my message OK , but nothing update. When I replace :P4_ID with 219 (some number ID) ,I will get update in the database. H

  • Event 41 Kernal Power Windows 8.1

    <p>Please help. My pc restarts and I need a bit of help diagnosing it. Can someone please look at the minidump files in the link  https://skydrive.live.com/redir?resid=78F64FBC2B98E1AC%21722 any help would be appreciated. Thanks

  • Cannot enable bluetooth

    I am unable to enable Bluetooth on my 24" iMac (purchased new in Mar 2009), which I'm fairly certain has Bluetooth built-in. When I try to enable Bluetooth in the Bluetooth System Preferences, clicking on the "On" checkbox briefly shows a checkmark,