10380 Posts in 2195 Topics by 1711 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 162 Views |
-
Userforms Submission URL

2 October 2012 at 10:05am
I just want to add an anchor ID to the URL so it will reload back to the form area on the page.
I solved this for successful submissions.
UserDefinedForm.php line 856:
return $this->redirect($this->Link() . 'finished' . $referrer . '#singleColumn');But for forms with errors (blank required fields), I can't get it working.
line 718
if(Session::get("FormInfo.{$form->FormName()}.errors")){
Controller::curr()->redirectBack();
return;
}No matter what I change redirectBack(); too, nothing changes.
| 162 Views | ||
|
Page:
1
|
Go to Top |

