My bad, I have not seen that you can ad an alias ! But curiously it doesn't work with generated automatic alias. ("Civilités" /{$civilit__s})
Perfect and thanks one more time.
Definitively great job and great support !

That would be Civilités = {$civilites}




Code: Select all
{$entry->value}  // is default or submited value
{if $fb_form_done == 1}{$entry->value}{/if}   // is only submited value
Code: Select all
 [input] => [logic] => [values] => [value] => Array ( [0] => la@fe.com Code: Select all
{$entry->value[0]}Code: Select all
<input ......  {if $entry->value == 'Coché'}checked{/if}>


Code: Select all
{if $captcha->value == ""} Sorry, the captcha field is empty{elseif isset($captcha_error) && $captcha_error}{$captcha_error}{/if}Code: Select all
{$cntnt01fbrp_captcha_phrase->value}Code: Select all
{$input_captcha|replace:'input':'input required'}