radar Posted February 13, 2009 Share Posted February 13, 2009 Okay, I am not a novice to PHP by any sense of the word. However, I do not know anything about Ajax, and only know a little bit about Javascript. I am re-building a set of forms for a church website. The set of forms are for people to register for a Convention for the church. here is the url to the current form: http://convention.cog7.org/2009reg/onlinereg3.php here is the url to the new form: http://convention.cog7.org/2009reg/ The new form has been designed using Smarty as a template engine -- so all the HTML is in a .tpl file while all my php code is in the index.php file. So on the old form, there is a part that has a text box and says 'Enter # of additional attendees' next to it. Then as you put numbers into it, it shows multiple different forms for additional attendees. I need to know how to do this in ajax or javascript so that it is cross browser compatable. The current code in that form is not cross browser compatable. If you are able to help, and/or write whatever I need for this -- there is financial compensation available for you. I am on a time crunch on this one. Quote Link to comment Share on other sites More sharing options...
kenrbnsn Posted February 13, 2009 Share Posted February 13, 2009 If you want to pay someone to do this for you, please post this in the freelance area. Otherwise, I suggest you look at the jQuery routines. They make using Ajax very easy. I'm also moving this from the PHP help area to the Ajax area. Ken Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.