Page 1 of 1

Form Submission and Profoundui

Posted: Tue Oct 16, 2012 6:27 pm
by Orin
Hi guys,

I have a form within an html container and would like to submit the values in the form to a server side script (php to be precise). Of course doing a straight forward post causes profoundui to ask for the ending of the session. I have tried a jquery ajax post but this doesn't seem to work.

Can you please help me? ... I need to post the data without leaving profoundui's session.

Thanks for the reply

Re: Form Submission and Profoundui

Posted: Tue Oct 16, 2012 8:33 pm
by Scott Klement
Hi Orin,

ProfoundUI comes with some AJAX functions that you could use to submit your form and get back a response without leaving the page that you're on.

You can learn more in the documentation, here:
http://www.profoundlogic.com/docs/displ ... evelopment

Does that help?

Re: Form Submission and Profoundui

Posted: Wed Oct 17, 2012 8:11 am
by Orin
Thanks Scott. This helps alot. I was not aware of the ajaxJSON function and how simple the syntax was. thank you.