Editing Submission Form Fields (Titles and Placeholder)
-
Hello Guys,
Thank you for a great plugin, very nice.
I’m trying to edit the Titles, Labels and Placeholders on the Job Submission Form, I have an idea how to do 1 from following the instructions, but to add another, that is where I get errors. See below how I changed the placeholder for Location
function custom_submit_job_form_fields( $fields ) {
$fields[‘job’][‘job_location’][‘placeholder’] = “e.g. Kingston”;
return $fields;
}How would I add a placeholder for Phone or change the Label for Title, I tried combining it and adding it separately, all I get is errors?
Howard
- The topic ‘Editing Submission Form Fields (Titles and Placeholder)’ is closed to new replies.