Hi everyone,
I've searched the forums/docs but couldn't find this anywhere. Here's the problem:
My form creates new posts. The post title is a combination of two single-text fields (one is for first name, the other for last name).
Now the problem is that I've been asked to add a comma between the two. This is what I've tried:
- Adding a comma between the two form fields - ie: {field1}, {field2}
- Adding a hidden field with a value of ", " and adding it to the title template
- Adding a single-text field (only visible to admin) with a value of ", " and adding it to the title template
- Also tried with something else other than a comma, just in case it was a problem with this character
Nothing has worked so far. My posts' titles have only a comma in it, same for the slug and email notifications. Somehow the other form fields just aren't there.
I have the latest GF and WP versions.
If anyone could help, I would really appreciate it.
Thanks in advance!