+ Reply to Thread
Results 1 to 3 of 3

Thread: How to change a field code ?

  1. #1

    Question How to change a field code ?

    Hi, I want to change the field "Agreement Field" for show a text in html. But I need to have the agreement check.

    I want to change the code of this field, but I've not find it


    Thank you in advance

  2. #2
    Hello Fabrizio Santini,

    You should go to ftp://admin>>tpl>>blocks>>fields>>add_edit_form.tpl
    find code at line ~770

    Code:
    Only registered members can view the code.
    and replace to:

    Code:
    Only registered members can view the code.
    Then go to ftp://tepmlates>>your_template>>tpl>>blocks>>field.tpl

    find code at line ~288:
    Code:
    Only registered members can view the code.
    and replace to:
    Code:
    Only registered members can view the code.
    then go to ftp://tepmlates>>your_template>>tpl>>blocks>>reg_account .tpl and find code at line ~157:
    Code:
    Only registered members can view the code.
    and replace to:
    Code:
    Only registered members can view the code.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Perfect ! Thank you very much :-)

+ Reply to Thread