I would like that customers can add surname in the form and don't want that the form is already filled! how?
I would like that customers can add surname in the form and don't want that the form is already filled! how?
You will need to modify the following files:
includes/modules/pages/testimonials_add/header_php.php
includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_add_default.php
You will need to add the specific fields you want to include as well as the error handling for those fields.