Using contour with MVC macro I am auto populating values from the query string. What I want to do is if I have all the values from querystring that are mandatory then auto submit the form. I know i can do it with jquery but I would rather it happen server side.
Auto submit form
Guys,
Using contour with MVC macro I am auto populating values from the query string. What I want to do is if I have all the values from querystring that are mandatory then auto submit the form. I know i can do it with jquery but I would rather it happen server side.
Anyone know how todo this?
Regards
Ismail
Comment author was deleted
Hmmm creating a record from code seems like the way to do it, not sure you can submit a form from code
Tim,
Yup me thinks a bit of jquery is needed.
Regards
Ismail
Comment author was deleted
Yup guess that will be the easiest option :)
is working on a reply...