Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

informantX
informantX
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by informantX
Customize the badges you want to showcase on your profile
Re: Disallow form submit if number entered is outside range - Adobe LiveCycle 29-01-2010
Steve,Thanks, this is very helpful.BTW, I'm using FormCalc. And, the 'submit' button is the stock 'Email Submit Button' from the library.I can successfully evaluate the entry and produce warning messages, but I haven't nailed down how to prevent the form being submitted.When the user clicks OK to the warning, the form is 'submitted' (email opens with XML file attached).The only script I am familiar with that prevents form submission is:Syntax.mandatory = “error”Can I somehow incorporate the inpu...

Views

90

Likes

0

Replies

0
Disallow form submit if number entered is outside range - Adobe LiveCycle 28-01-2010
Hi. Newbie here.I have a form with a 'budget' field that is hidden unless the user chooses a specified value in a field called 'status.' When visible, the 'budget' field is mandatory.The script for the above works fine, but in addition to being mandatory when visible, the 'budget' field must only accept values within a range of, say, between 1 and 100.I can't figure out how to script the following:'Is 'budget' value between 1 and 100?If yes, allow user to submit form.If no, inform the user to en...

Views

411

Likes

0

Replies

2