I would like to have 2 different submission forms for one data form. One submission form with captcha and one submission form without captcha, (otherwise they are the same) but have all data entered into the same form id (database) backend, is there a way to do this? The reason is that one submission form is public and entered from the web (w/ captcha)and the other we enter the info internally, but don't want to have to use captcha.
Thanks.