For the Submit button:
It depends a little on what it is you want the Submit button to do on the form.
There are different types of Buttons in the Object Library, that allow you to do different things. Like send a filled in PDF back to an email address, or just the data that's been filled in etc.
- Button
- Email Submit Button
- HTTP Submit Button
In simple workflows, where you want to email the PDF back to an email address you can:
- Use a standard Button.
- In Object panel, click Field tab (default) and set Control type to Submit.
- Click on Submit tab and in URL field type mailto:myemail@mydomain.com (email address), then choose PDF from Submit As menu.
Alternatively you can use the Email Submit Button to do the same.
Let us know what settings you are currently using for Submit button and what it is you are trying to submit (data, PDF etc.), and we'll hopefully be able to help you more.