Your code works perfectly on my server (linking to my CSS & JS,) maybe your issue is with the version of iui.js. Did you download it from iui-js-org or just save the files used by the sample music app that you cannibalized?
While your code does work, I suggest that you: - include links to the latest iUI CSS and JS, - use <DIV> elements instead of <UL> elements for screens that are not lists, - call the <FORM> element directly rather than nesting inside another element. On Tuesday, February 26, 2013 11:05:00 AM UTC-7, Alex Larente wrote: > > Still not resolved :( > > > On Tue, Feb 26, 2013 at 10:04 AM, Jeff (iUI Noob) > <[email protected]<javascript:> > > wrote: > >> Not sure, but Remi may have posted that in the wrong thread as there is >> an active discussion on login. On the other hand, maybe you should look at >> storing the techID so he/she does not have to enter it each time. >> >> Again though... how did you resolve your issue? Was it something other >> than the action attribute? >> >> >> On Tuesday, February 26, 2013 10:48:01 AM UTC-7, Alex Larente wrote: >> >>> The function of this application is so the people using it can enter in >>> a customers email address and it will automatically email them a specific >>> document. >>> No need for offline mode or logging in :) >>> >>> *Application Workflow:* >>> Tech is working on cable services in customers home. >>> Customer asks question. >>> Tech has option to use mobile web app to email customer a support link >>> with step-by-step instructions. >>> Tech navigates to article they want to send, presses "email" button, >>> enters in customers email address and his/her tech ID number. >>> Email is sent. >>> >>> >>> On Tue, Feb 26, 2013 at 9:07 AM, Jeff (iUI Noob) <[email protected]>wrote: >>> >>>> This seems to work now. I'm not sure why it didn't work before as I >>>> have similar form actions myself. >>>> For future reference, care to share how you resolved your issue? >>>> >>>> >>>> On Monday, February 25, 2013 1:31:26 PM UTC-7, Alex Larente wrote: >>>>> >>>>> I'm fairly new to PHP and iui and i've managed to get stuck. >>>>> >>>>> When the form submits, it doesn't properly open up myform.php >>>>> I think something is blocking the way when it tries to submit. >>>>> >>>>> The form is located at: >>>>> *http://alexlarente.com/shaw/ShawLinks.html#_testemail* >>>>> >>>>> but when I click submit it goes to a blank page at: >>>>> *http://alexlarente.com/shaw/ShawLinks.html#___2__* >>>>> >>>>> How do I try to fix this? >>>>> * >>>>> This is my HTML* >>>>> <!-- Testing sending a customer an email --> >>>>> <ul id="testemail" title="Email Customer"> >>>>> <form id="emailtest" title="Test Email" class="panel" name="My >>>>> Form" action="myform.php" method="POST"> >>>>> >>>>> <fieldset> >>>>> <div class="row"> >>>>> <label>CX Email</label> >>>>> <input type="text" name="cxemail" > >>>>> </div> >>>>> <div class="row"> >>>>> <label>Tech ID</label> >>>>> <input type="text" name="techid" > >>>>> </div> >>>>> </fieldset> >>>>> <input type="submit" class="whiteButton" > >>>>> >>>>> </form> >>>>> </ul> >>>>> >>>>> *This is my php file* >>>>> >>>>> <html> >>>>> <body> >>>>> >>>>> The customers email is <?php echo $_POST["cxemail"]; ?>! <br> >>>>> You are tech number <?php echo $_POST["techid"]; ?>. >>>>> >>>>> </body> >>>>> </html> >>>>> >>>>> >>>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "iPhoneWebDev" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to iphonewebdev...@**googlegroups.com. >>>> To post to this group, send email to [email protected]. >>>> >>>> Visit this group at >>>> http://groups.google.com/**group/iphonewebdev?hl=en<http://groups.google.com/group/iphonewebdev?hl=en> >>>> . >>>> For more options, visit >>>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>>> . >>>> >>>> >>>> >>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "iPhoneWebDev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/iphonewebdev?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/iphonewebdev?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
