Adding fields to submit a job page
Hi, I have added an 'I agree to the terms and conditions' declaration to the main signup page but need a slightly different declaration on the 'submit a job' page.
I edited the file under /includes/forms/register/register-form.php then edited the file under /includes/forms/submit-a-job/submit-job-form.php but all that happens is the declaration added to the register-form.php page appears on both create account and submit a job page.
In fact any extra fields for example that I add to the submit-job-form.php page don't appear.
Which file do I need to work with to add a custom declaration (or in fact any extra field) to the submit a form job page?