• Here is the code I am trying to use to add a Pod’s template file in the Contact Form7 form field

    <label>Select the position you’re applying for:
    [select* Position “[pods name=”job” template=”Careers Page Template”]”]
    </label>

    Is this possible. I tried to install a plugin called
    Contact Form 7 Shortcode Enabler.

    This still doesn’t work…

    Any help or suggestions would be fantastic.

    Thank you,
    Becky

Viewing 1 replies (of 1 total)
  • Becky, you left Pods Slack and must’ve missed the message about the double quotation marks probably being an issue as well. By using double quotes throughout when you’re ‘inserting’ a code in another one, you’re probably getting a conflict there, too.

    Try:
    [select* Position "[pods name='job' template='Careers Page Template']"]

    or

    
    [select* Position '[pods name="job" template="Careers Page Template"]']

    Jim from Pods

    • This reply was modified 6 years, 8 months ago by Jim True. Reason: fixing 'pretty-quotes' for regular ones
Viewing 1 replies (of 1 total)
  • The topic ‘Adding a Pod’s shortcode within the Contact form7 shortcode’ is closed to new replies.