These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Edit Submit Form Button

DrK
Registered: Dec 20 2009
Posts: 4

I have created a form in Acrobet 9.0 Pro. I distributed the form however, when I tested the Send Form Button (on the top bar) I noted the mailto: URL had a typo error andtherefore was trying to send the email to an invalid email address. I cannot figure out how to change the mailto address.

I can created a Submit by Email button and in the object box type in the correct address, but that doesn't remove the Send Form button on the top bar (next to highlight fields), which has the wrong address.

Please HELP.

My Product Information:
Acrobat Pro 9.0, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
You have to re-run the Distribution Wizard on the original document to create a new distrubuted form.
You cannot modify the form created by the Distribute Form feature.

Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]

The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]

Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script

DrK
Registered: Dec 20 2009
Posts: 4
Thomp
I have tried running the distribution wizard several times. However, I have not found where I can cahnge the mailto URL. Everytime I re-disrbute the original document the mailto URL (my return email address) comes up with the original email address with the typo.
DrK
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
The Distribution Wizard is supposted to give you the opportunaty to set the email address, that's the way it always works for me, and it can only work with the data that is already on the document. So the question is, where is the bad email located on your original form? Is it in a submit button? If not then this can't be the original doc.

Try this experiment. Create a new form with just one field and run it through the Distribution Wizard. Note the differences in how the Wizard operates with this form and the one with the problem email. If the Wizard acts completely differently then you know that there is something odd with the problem form.

Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]

The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]

Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script

blairbrady
Registered: Jan 11 2010
Posts: 1
I would like to edit my submit button, but cannot find where to do this. Also, wondering where the Distribution Wizard is located?
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Editing a submit button is tricky. The submision attributes are in the XML. First, in LiveCycle Designer select the button, then from the "view" menu select XML. You'll see the underlying structure of the submit button here. Becareful, you can destroy the entire form with a bad edit.

The Distribution Wizard is activated in Acrobat from the "Form > Distribute Form" menu item.
You can also activate it from LiveCycle Designer, but I don't remember where. Just look around, you'll find it.

Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]

The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]

Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script

CDrury
Registered: Mar 10 2010
Posts: 1
DrK wrote:
I have created a form in Acrobet 9.0 Pro. I distributed the form however, when I tested the Send Form Button (on the top bar) I noted the mailto: URL had a typo error andtherefore was trying to send the email to an invalid email address. I cannot figure out how to change the mailto address.I can created a Submit by Email button and in the object box type in the correct address, but that doesn't remove the Send Form button on the top bar (next to highlight fields), which has the wrong address.

Please HELP.
In Acrobat, go to Edit->Preferences. Select Identity in the left pane and you can edit the Name and Email Address (or blank them out). If one of those boxes is blank, the Distribute Form funtion will once again ask you for that information.Hope that helps.