Viewing 8 replies - 1 through 8 (of 8 total)
  • I can’t even get the Job Listing ID, how do you do that?

    Thread Starter roberto sousa

    (@roberto-sousa)

    They didn’t reply to me

    what i manage to do was this

    Job Title: [_post_title]
    Job Link: [_post_url]

    insert this on the contact form 7 email.

    like this at least i know witch job they are applying for.

    Hope this can help you

    venenifer,

    Not sure if this is what you need?

    You can view the Job ID by going into the WP Admin Dashboard > Job Listings > All Jobs then place your mouse over the Job Title of the job (located in the column titled “position”) and it supplies an ID for the job (pops up beneath the title in a dark grey box). If that does not work, you can right click on the Job Title (in same area of dashboard) and then click on properties, and that will display something like this:

    https://yourwebsite.com/wp-admin/post.php?post=3049&action=edit

    The 4 digit number shown in this case, 3049, is the job id. Hope it helps.

    The Job ID may be (unsure) represented by [_post_id] if that helps.

    Thanks guys for your answers!

    No worries. I tested [_post_id] and it displays the Job or Resume ID (#) if that is what you were searching for. “Post” represents the Job or the Resume, depending which page the contact form is set up on.

    Just sharing in case it helps anyone. Also tested this code in Contact Form 7 mail message section and it creates a hyperlink showing the Job Name or Resume Name, again dependent on the page the contact form is setup on.

    [_post_title]

    Oops it stripped my code for the hyperlink. Should be (without spaces):

    <a href=

    [_post_url] >

    [_post_title]

    OK last try:

    <a href=

    [_post_url] >

    [_post_title]

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘help on contact form 7’ is closed to new replies.