+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Agreement Field with URL

Hybrid View

  1. #1
    great. i was looking for this. Thanks Dmitry and Viktor

  2. #2
    this worked for me in the end

    {elseif $field.Type == 'accept'}
    <textarea style="width: 80%;" rows="6" cols="" readonly="readonly" class="hide" name="{$field.Key}">{$lang[$field.pDefault]}</textarea><br />
    <input type="hidden" name="account[{$field.Key}]" value="no" />
    <label><input type="checkbox" name="account[{$field.Key}]" class="policy" value="yes" /> {$lang.accept}<a href="http://www.xxx.html" target="_blank" class="static">{$lang.termeni_conditii}</a></label>
    {/if}
    will test it next days to see if is ok

+ Reply to Thread