hi all i have a problem i am submitting the form by post method and some value to be send by the post method, in my page the PayNow button when we click on it then it go to the third party payment gateway by the post method, but it not working in the umbraco because the form tag can be only on the masterpage , so where i can give the post method. Help me
You could perhaps set up an additional form on the masterpage outside of the existing form (probably leave off the runat=server) and use javascript to manuplate the additional form.
What version of umbraco are you using? I have noticed that in v4.5.2 that post variables sent to /base are not being passed through. It has the problem of the session being null in /base.
how we can use post method in umbraco
hi all
i have a problem i am submitting the form by post method and some value to be send by the post method,
in my page the PayNow button when we click on it then it go to the third party payment gateway by the post method,
but it not working in the umbraco because the form tag can be only on the masterpage , so where i can give the post method. Help me
Hi Gaurav
Which payment gateway are you using and can you tell us a bit more about the way you're site has been setup?
/Jan
You could perhaps set up an additional form on the masterpage outside of the existing form (probably leave off the runat=server) and use javascript to manuplate the additional form.
Hi Gaurav,
What version of umbraco are you using? I have noticed that in v4.5.2 that post variables sent to /base are not being passed through. It has the problem of the session being null in /base.
Ben
is working on a reply...