Any one know how to change the default form action? My client wants the form sending to a specific url for inclusion into their database.
eg: <form action="/#wpcf7-f1-p142-o1" method="post" class="wpcf7-form">
to
<form id="signUp" method="post" action="http://xyz.com/submit/">
Any help would be appreciated.
Thanks