How do I edit the contact form ?
Using Jamroom
ACP=>Forms=>Simple Custom Forms
Cick on the Settings button of the appropriate form to edit it and its wording.
hth
$_tmp = array(
'name' => 'product_qty_ignore',
'label' => 'Membership Number',
'type' => 'text',
'value' => $membership_number,
'readonly' => 'readonly',
'required' => false
);
jrCore_form_field_create($_tmp);