Hey guys,
I have had quite alot of problems trying to figure out how to create effective form solutions for WSS 3.0. I have learned how to use workflows tied to lists, but getting some of the features of validation, redirect upon submission, and easy editing have led me away from what sharepoint has to offer.
I have created a AJAX form that is driven by PHP you can see at:
http://spaceclub-hsv.org/contact_form/Copy%20of%20contact.html
It validates on a field by field basis and reports errors and completion with AJAX without a need for a page refresh. My problem is that, when I try and tie this website into a Page Viewer web-part, it doesn't know how to handle it. I was under the impression that the Page Viewer web-part was merely a "viewer" and all the interaction was still taking place on the host site, but this may not be the case with using AJAX. Is there a solution for this? Thanks
Patrick