BigDutch#2 Posted November 24, 2008 at 02:18 PM Share Posted November 24, 2008 at 02:18 PM Alejandro, Using XAJAX in jReviews 1.0 you helped from this forum make a small form that would send an email, i need to replicate this in detail.thtml, so far i copied the old code in and made small changes to bring in the values needed : <?php $contenttitle = $listing['Listing']['title']; $contentemail = $CustomFields->field('jr_email',$listing) ?> <form name="enquiryForm" id="enquiryForm"> <table border="0" width="100%"> <tr><td width="14%">Your Name :</td><td width="85%"><input type="text" name="name" size="25"></tr></td> <tr><td width="14%">Your Email :</td><td width="85%"><input type="text" name="email" size="25"> </tr></td> <tr><td colspan="2"><br>Message To <?php echo $contenttitle;?> :<br> <textarea cols="40" rows="4" name="message" size="40"></textarea> <input type="hidden" name="recipient" value="<?php echo $contentemail;?>" /><br><br> <input type="button" value="submit" onclick="??????XXX???X"> </td> </tr> </table> </form> Now in the previous version onclick of the submit button would run a script file so is it the same intention here to run an external script file ? Link to comment
BigDutch#2 Posted November 26, 2008 at 08:42 AM Author Share Posted November 26, 2008 at 08:42 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted November 26, 2008 at 12:03 PM Share Posted November 26, 2008 at 12:03 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
BigDutch#2 Posted November 26, 2008 at 12:49 PM Author Share Posted November 26, 2008 at 12:49 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
gigi Posted November 26, 2008 at 02:11 PM Share Posted November 26, 2008 at 02:11 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
BigDutch#2 Posted November 26, 2008 at 02:25 PM Author Share Posted November 26, 2008 at 02:25 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
j.halena Posted January 16, 2009 at 01:04 PM Share Posted January 16, 2009 at 01:04 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
gigi Posted January 16, 2009 at 01:33 PM Share Posted January 16, 2009 at 01:33 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
j.halena Posted January 26, 2009 at 06:47 PM Share Posted January 26, 2009 at 06:47 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
gigi Posted January 26, 2009 at 06:52 PM Share Posted January 26, 2009 at 06:52 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
j.halena Posted January 28, 2009 at 05:19 PM Share Posted January 28, 2009 at 05:19 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
gigi Posted January 28, 2009 at 09:42 PM Share Posted January 28, 2009 at 09:42 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts