I have a Submit form that is associated with the Leads object. However, even if I have all the fields filled in when I submit the form, I still get this red error at the top of the page after submitting:
Why am I getting that error if all of the fields are filled in?
This error message isn't referring to the fields in your form. This message is coming from Salesforce, letting you know that Soapbox is not sending all of the fields that Salesforce requires. When submitting to the Leads object, you must send the following fields:
- Name
- Email address
- Company
Chances are you set up your form without one or more of these fields. Often, it is the Company field that you are missing.
If you don't want a "Company" field to show up on the form, you can include it by:
- Create the new field in your form associated with the Company field.
- Set this new field to be hidden
- Set the default value to "Not Applicable" or something similar.
- Click "Save" or "Apply."
This way, you won't have "Company" on your front-end form, but Salesforce will get the value for that field that it requires.