Hello I have tried this and some of the other suggestions in the forums and cannot seem to get any of them to work. I am new to using Sugar so please bare with me. I added the required fields to the output of the web form wizard right after where last_name is required, do I need to change anything else as well? Using Sugar 5.2j thanks in advance.
PHP Code:
<input id="req_id" name="req_id" value="last_name;" type="hidden"></td></tr><tr><td class="mceVisualAid" style="display: none;"><input id="req_id" name="req_id" value="first_name;" type="hidden"></td></tr><tr><td class="mceVisualAid" style="display: none;"><input id="req_id" name="req_id" value="phone_work;" type="hidden"></td></tr><tr><td class="mceVisualAid" style="display: none;"><input id="req_id" name="req_id" value="primary_address_postalcode;" type="hidden"></td></tr><tr><td class="mceVisualAid" style="display: none;"><input id="req_id" name="req_id" value="primary_address_country;" type="hidden"></td></tr></tbody></table></form>
Bookmarks