How can I get an HTML value with Impromptu?

Advertisements I’m using impromptu jQuery plugin to show modal prompts for users. I added input type="text" in html section but don’t know how to get this value to send it via ajax. var statesdemo = { state0: { title : response.confirm_title, html:response.confirm_msg, buttons: { Cancel: false, Next: true }, focus: 1, submit:function(e,v,m,f){ if(v){ e.preventDefault(); $.prompt.goToState(‘state1’);… Read More How can I get an HTML value with Impromptu?