I have inherited an application with the following setup:
One contact form “contact.htm” accessed by !readform.
It has 3 web form on it, one for each type of contact, each with it’s own submit button.
It also has a webquerysave that takes the documentcontext, creates an email and sends it.
The fields on the form are defined in html with the value=“”
The problem being, submitting any of these forms does not run the webquerysave. If I submit the entire form, it runs the webquerysave but the fields are not available in the document context.
Can someone tell me the correct way to access the document, define the fields and submit the data so I can email?
Thanks.