I have a public form that uses captcha and sends two emails. One email is established under Set Email Notification, is sent to staff, and includes user submitted data. The second email triggers on Success and goes to the email account entered in the form. Because the form has hidden fields, I do not want to sent user submitted data back to the public website visitor.
My challenge is this: Sometimes staff need to add data from hard copy, i.e. printed forms that clients have filled out. When staff add a record, I want to turn off captcha and NOT send confirmations to the email account listed on the form. However, staff will still want an e-mail confirmation with information entered, i.e. <%=input.formdata.%>
Do I need to create a second form, a stateless form, that matches the first form except without captcha and without e-mail to the email account entered on the form? Staff could turn off these two aspects before entering a batch of forms, and then turn back on, but this would be too much hassle for them.
Thanks,
Nelson