[SOLVED] Problem about form submission report and attached file.

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
xolth
Forum Members
Forum Members
Posts: 41
Joined: Sat Dec 01, 2007 4:36 pm

[SOLVED] Problem about form submission report and attached file.

Post by xolth »

I am trying to modify a form submission template, because there is an annoying m5fbrp__25 mention if there is not any attached file.
I.E.:
Complete name: Mlle testeuse
Entreprise: neneapas
email: contact@test.com
Message: test 29
Attached file: m5fbrp__25


Do you see something wrong in my code?: (ok, i just have found... what was wrong..)
Here is the good code, working well:

Replace Attached file: {$fld_25}

with: Attached file:
{if $fld_25 == m5fbrp__25}
no attached file
{else}
{$fld_25}
{/if}
Post Reply

Return to “CMSMS Core”