CMS MADE SIMPLE FORGE

Form Builder

 

[#5322] unspecified result

avatar
Created By: kate ashby (katea)
Date Submitted: Thu Aug 19 20:49:34 -0400 2010

Assigned To: Ryan Foster (RytoEX)
Version: 0.6.2
CMSMS Version: None
Severity: Minor
Resolution: Awaiting Response
State: Closed
Summary:
unspecified result
Detailed Description:
Hi,

Is there a way to replace the [unspecified] after a form has been submitted and
the user has left an unrequired field empty?

Would like it to be removed from both displayed and email results, but more
importantly the displayed results for users!

Thanks


History

Comments
avatar
Date: 2010-08-19 22:20
Posted By: Ryan Foster (RytoEX)

Hi Kate!

This sounds like a template issue.  Try using Smarty {if}{/if} tags to
conditionally hide or display your fields based on whether or not they were
filled in with values.  Generally, the "Create Sample HTML Template" button in
the Submission Template tab and the "Create Sample Template" and "Create Sample
HTML Template" buttons in the Advanced Settings tab of email dispositions will
take care of that for you.

{if $fld_48 != "" && $fld_48 != "[unspecified]" }First Name: {$fld_48}{/if}
{if $fld_49 != "" && $fld_49 != "[unspecified]" }Last Name: {$fld_49}{/if}
{if $fld_50 != "" && $fld_50 != "[unspecified]" }Notes: {$fld_50}{/if}


If I have misunderstood your problem, please provide me with more information,
and I will attempt to solve your problem.

Thanks!
      
avatar
Date: 2010-09-05 09:27
Posted By: Ryan Foster (RytoEX)

Kate,

Alternately, you can also change the setting "Text to return for unspecified
field values:" in the form under the "Form Display Settings" tab.

Is this problem still occurring, or have you resolved it?

Thanks,
Ryan
      
avatar
Date: 2011-10-24 14:17
Posted By: Tapio Löytty (Stikki)

Closing any older than 0.7 Bug reports.

If this problem still occurs in 0.7.1 release, please fill new bug report.

Best regards

-Stikki-
      
Updates

Updated: 2011-10-24 14:17
cmsms_version_id: => -1
state: Open => Closed

Updated: 2010-08-19 22:20
resolution_id: => 10
assigned_to_id: 100 => 13490