Have a custom js drop menu built into an about us page clone. works fine in 1.3.9 but here I get session time out and if I'm logged in it says Whoops , you aren't allowed to do that action.
Why isn't my form allowed to process?
Thanks, John
Have a custom js drop menu built into an about us page clone. works fine in 1.3.9 but here I get session time out and if I'm logged in it says Whoops , you aren't allowed to do that action.
Why isn't my form allowed to process?
Thanks, John
In v1.5.0 (?), most of the form processing was changed so that if data is sent via POST and the session's securityToken isn't one of the POSTed variables, the form submission results in a session timeout. If you change your custom "contact us" form to use the function zen_draw_form, that will be handled for you automagically.
Live Action! Thank You!!