This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
removing suffix field
Started 15 years ago by forestis | 2 posts |
-
Hello could you please tell me what is the simplest way to remove the "suffix" field in teh Name group?
Posted 15 years ago # -
Edit includes/view-functions.php file, search around line 743 - 746 and you'll find this:
<span> <input id="element_{$element->id}_4" name="element_{$element->id}_4" class="element text" maxlength="255" size="3" value="{$element->populated_value['element_'.$element->id.'_4']['default_value']}" /> <label>{$lang['name_suffix']}</label> </span>
remove that code.
Make sure to only remove the exact above code.
MachForm Founder
Posted 15 years ago #
Reply
You must log in to post.