How to add field in registration form?

Pankaj Yogi picture Pankaj Yogi · Apr 1, 2017 · Viewed 11.8k times · Source

In my Prestashop I need not add some field in registration form. I tried in authentication.tpl and registration.tpl but not find any hint to add new field.

enter image description here

Answer

Dominic Tan picture Dominic Tan · May 13, 2017

You may start digging in classes/form/CustomerFormatter.php under getFormat() method. There is an array of fields for the registration form. I would guess you can override that method from your theme folder instead of editing it directly.