Hi,
I have a web form that once submitted, writes a record to a table. Is there a way that I can check if the record already exists before my form submits? Eg. ideally, user fills out form, clicks on submit and either gets an error that the record exists, or the record is inserted and a 'thank you' message displayed. Maybe the initial submit launches a new window that checks if the record exists based on the form variables. If it exists it displays an error, else it submits the original form for insertion. I don't even know if this is possible...or how to go about solving this.
Any help would be much appreciated!
I have a web form that once submitted, writes a record to a table. Is there a way that I can check if the record already exists before my form submits? Eg. ideally, user fills out form, clicks on submit and either gets an error that the record exists, or the record is inserted and a 'thank you' message displayed. Maybe the initial submit launches a new window that checks if the record exists based on the form variables. If it exists it displays an error, else it submits the original form for insertion. I don't even know if this is possible...or how to go about solving this.
Any help would be much appreciated!