Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Setting up a dynamic form.
We are trying to create a "Contact Us" page that will provide a contact form based on the user's selection of a category.
Ideally we want the following setup:
1) User will select one of 11 options from a pull-down menu
2) Based on the option selected, one of three forms will appear below
3) User will fill out the form (Username, First Name, Last name, email, etc) and click submit
4) The case will populate in the case system in NS with the fields set up, but also with the category chosen from step 1 as the Case Type.
The problem we are running into is setting up the forms properly so they will submit properly. We have it set right now to have the pulldown appear on the page. We then have 3 <div>s set up for each form with display:none set. When they select an option, it sets the appropriate <div>'s display to 'block' (making it appear). The problem with this is that the other fields (from the invisible forms) are still "there" when you try to submit, so it creates a huge error.