Dynamically filling content with data from CMS Builder.

4 posts by 3 authors in: Forums > CMS Builder
Last Post: September 27, 2010   (RSS)

Re: [8bit Gamer] Dynamically filling content with data from CMS Builder.

Hi 8bit Gamer,

Just guesses,

I noticed that you're using double quotes instead of single.

You might try using a variable for the email address in the sendmail $address similar to what you did for your test.

<?php $whatisit = $contactRecord["email"]; ?>

$address = <?php echo $whatisit ?>


Hope that gets you going.

Best,

Jerry Kornbluth
The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

Re: [8bit Gamer] Dynamically filling content with data from CMS Builder.

By Jason - September 24, 2010

Hi,

If you could attach contact.php and sendmail.php I can take a closer look into this issue for you.

Hope this helps.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] Dynamically filling content with data from CMS Builder.

First of all thanks to all who replied.

I took the problem home from work with me and worked on it over the weekend.

I am pleased to say that it is fixed and was due to an error in the way the post was being sent.

Many thanks again.

Paul.