Mar 5th, 2009, 7:02 AM
Hi Ben,
I tired to recreate the same thing for another form but couldn't get it to work. Made sure I have a hidden form value as well. Any idea why?
I tired to recreate the same thing for another form but couldn't get it to work. Made sure I have a hidden form value as well. Any idea why?
(Mar 3rd, 2009, 11:49 AM)admin Wrote: Glad it all got figured out! :-)
And sure - to do this, just pass a hidden field in your form:
<input type="hidden" name="invalid_login_redirect_url" value="http://www.yoururl.com" />
With the appropriate URL. You should be redirected to that URL with an error message flag passed in the query string. The possible query string values are:
no_form_id
no_username
no_password
invalid_form_id
form_inactive
login_incorrect
Ack! I just realized I didn't document this feature. Rats. Back to documenting... :-)