Note: All code examples on this site are provided for developer reference/guidance only and we cannot guarantee that they will always work as expected. Our support policy does not include assistance with modifying or debugging code from any code examples, and they may be changed or removed if we find they no longer work due to changes in our plugins.
To remove the Preview step during the resume submission process, add the following code to a plugin like Code Snippets:
You may need to remove the first line from the code.
Basically this does a few things:
- Remove the preview step
- Change preview text to `Submit Resume`
- Manually publish resume (as the preview handler normally does this)