Newbies djiscool Posted July 26, 2000 Newbies Posted July 26, 2000 Is there a way to activate a script when a user submits a form to a database? for example if someone fills in a form and i want to make sure that it isn't duplicated anywhere? Help!!
softhead Posted July 31, 2000 Posted July 31, 2000 You will need the a hidden field: <input type="hidden" name="-Script" value="YourScriptName"> And it should work fine! Good Luck Anita
Newbies Webugarit Posted July 31, 2000 Newbies Posted July 31, 2000 Can i ask something, where do you put this line of code, or anyother one Webugarit
RoadBear Posted August 8, 2000 Posted August 8, 2000 Yes... the above code goes in a form submission that makes a CDML web call. I would suggest that if you can help it, don't call script from the web. While script is processing, it refuses new web connection. If you have traffic, it could crawl along. The inline tag in FMP5 Web Companion Could help you out...
Vaughan Posted August 24, 2000 Posted August 24, 2000 Duplicate records could be solved using field-level validation, in which case FMP will refuse the new record and return the specified error html format file.
Recommended Posts
This topic is 8862 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now