Hi.
A simple question really - I want to submit a content-type form via a GET request, instead of a POST request, so that I can read variables from the url on the subsequent page, in exactly the same way I can do with a search-type.
I could do this using javascript either when the page is loaded, or the form is submitted, but is there a way to do it from within seblod itself ??
I am using a content-type rather than a search-type, since I need the contents of the form to be saved in the database.
Could I do it the other way around, and save the contents of a search form instead? Is this possible?
Thanks in advance.