Email Form

3 posts by 2 authors in: Forums > CMS Builder
Last Post: February 6, 2012   (RSS)

By Toledoh - February 5, 2012

Hi Guys,

When I submit the form at http://111.118.173.162/~matusikc/properties.php the list viewer display in the right column disappears... can you suggest why?

I've attached a copy of the file.
Cheers,

Tim (toledoh.com.au)
Attachments:

properties.php 7K

Re: [Toledoh] Email Form

By Djulia - February 6, 2012

Hi Tim,

Test :

// load records
list($property_picksRecords, $property_picksMetaData) = getRecords(array(
'tableName' => 'property_picks',
'allowSearch' => false, // or 0
));

Djulia

Re: [Djulia] Email Form

By Toledoh - February 6, 2012

Thanks Djulia - I should have tried that! works fine!
Cheers,

Tim (toledoh.com.au)