hi..
I'm a newbie for WP/cform. i tried to redirect to successfull page after submitting a form (e.g membership registration).
I don't know about the explanation below:
anchoring it at the top of the page instead of the top edge of the success message text.
..and provide (if needed) your own anchor in the "redirect on success" config option, e.g. #my-anchor
But i just did change the variable @cform.php
$action = get_current_page(true). 'page_id=20'; //page_id=20 is my success page
Thus, the form tag:
### start with form tag
$content .= $ntt . '<form enctype="multipart/form-data" action="' . $action1 . '" method="post" class="cform'.( $cformsSettings['form'.$no]['cforms'.$no.'_dontclear']?' cfnoreset':'' ).'" id="cforms'.$no.'form">' . $nl;
I don't have any idea to make dynamic succes page. Becasue i might get a prob if i got more than 1 registration form. I know it's not right to hard code the redirect page.
Please help.
Thank you so much 