I am working on a very complex form and have hit the proverbial wall. I have uploaded the file to the URL below and am seeking assistance in finalizing the form.
Here is the URL for the file. https://workspaces.acrobat.com/?d=66B5k8981-WUNHJB1epZXg
There are three challenges that remain. When I click on the "Click to Add Service Location" button on the bottom of page 2:
Any suggestions for refinements will be greatly appreciated.
Anokie1
Solved! Go to Solution.
Views
Replies
Total Likes
The link is not accessible.
Anyway, did you put the script into the indexChange event of Service_Location_Page and did you select FormCalc as language in the script editor?
Views
Replies
Total Likes
Hi,
I don't see a problem with the first point in your request.
For the second and third on you only need to add one script to the indexChange event of "Service_Location_Page".
Provider_Data_Intake_Form.Service_Location_Page::indexChange - (FormCalc, client)
if ($.index > 0) then
Service_Locations.Service_Location.Service_Location_Header.Service_Address_Type = "Secondary"
else
Service_Locations.Service_Location.Service_Location_Header.Service_Address_Type = "Primary"
endif
Service_Locations.Service_Location.Service_Location_Header.Service_Location = $.index + 1
Views
Replies
Total Likes
radzmar,
I inserted your script into my document, but still cannot get it to work. I also tried changing the ($.index > 0) to ($.index > 1) but that did not help.
I have uploaded the new file to
https://workspaces.acrobat.com/?d=*vT-*LNHABGjkGJaP4eBHA
Please let me know what I need to do to correct.
Thanx.
anokie1
Views
Replies
Total Likes
The link is not accessible.
Anyway, did you put the script into the indexChange event of Service_Location_Page and did you select FormCalc as language in the script editor?
Views
Replies
Total Likes
Thank you so-o-o-o much !!! It works like a champ!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies