Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author kandrews

    (@kandrews)

    You can change this in the form.php file which is located in the the includes folder.

    Find:
    <td><p><?php _e( 'City:' ); ?> </p></td>
    Replace
    <td><p><?php _e( 'City/Town:' ); ?> </p></td>

    Then, find:
    <td><p><?php _e( 'State:' ); ?> </p></td>
    Replace:
    <td><p><?php _e( 'Province:' ); ?> </p></td>

    This will change what is displayed on the front end.

    Thread Starter 1two3

    (@1two3)

    Fantastic! Thank you.

    Plugin Author kandrews

    (@kandrews)

    No problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Resumé Submissions & Job Postings] Changing the text in CV Submit Form’ is closed to new replies.