Thanks!  I was able to mostly get the ajax stuff to work, the issue
turned out to be needing a second block of HTML on the main page that
was hidden, to be revealed on submit.  I still have one problem, the
revelaed code has a "back" button that appears as a link, but isn't
actually clickable:

<div id="Sent" title="Email Sent" class="panel">
<h1>Email Sent</h1>
    <a href="#">Back</a>
</div>

I tried using href="#mailform"  (the actual name of the ID where the
main form is), but in both cases the link appears properly as a link,
but I can't click it.

A

On May 24, 6:30 am, Remi Grumeau  <remi.grum...@gmail.com> wrote:
> That right that there no proper documentation about form processing in iUI...
> Please take a look at 
> iui.ajax()http://www.iui-js.org/documentation/0.50/iui-documentation.html
>
> And of 
> coursehttp://iui.googlecode.com/hg/web-app/test/form-test.html#_formTest
>
> Remi Grumeau
>
> On May 24, 2011, at 5:37 AM, amacks <upell...@gmail.com> wrote:
>
>
>
>
>
>
>
> > background:  I have the standard sort of email form on a website.  The
> > form and the backend php are a single file, basically if parameters
> > are passed to it, it runs the email sender and outputs a "message
> > sent" block of text, otherwise it displays the form.
>
> > I updated the form to use IUI, and the form seems to work fine, the
> > IUI look is in place and clicking submit sends the email.  The problem
> > is that the "your email has been sent" message never appears, the iui
> > "slide right" animation appears, but slides you over to a blank page.
> > I assume this is related to the AJAX-ness of the form, but do i need
> > to define a new block of text in the page with a different CSS class
> > or is there something else I'm missing to make the "email sent"
> > message appear
>
> > Many thanks
> > A
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "iPhoneWebDev" group.
> > To post to this group, send email to iphonewebdev@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > iphonewebdev+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/iphonewebdev?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to iphonewebdev@googlegroups.com.
To unsubscribe from this group, send email to 
iphonewebdev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en.

Reply via email to