Using GET method on forms to pass variables
Does Sitefinity disable the use of HTML forms in the content area (outside of the form content type)? I have a form tested in HTML that passes variables to another page using the GET form method, but can’t seem to configure a Sitefinity form (in the content types) to do it. I tried using my HTML form pasted into the content field instead, but it is doing nothing on submit.
Is there a way I can do this on the front end without having to modify any controls?
Hello,
Would it be possible for you to provide more details regarding the desired functionality? Apart from that you can read more about using the Sitefinity Forms here.
Regards,
Desislav Bonchev
Telerik
Thanks for the reply, I was able to figure it out using a JQuery call from the submit to append a query string.
www.aspsnippets.com/.../Send-Pass-Data-Values-from-one-page-to-another-using-jQuery.aspx