Hi,
I’m having a slight issue.
I’ve got a custom template created for two pages, one in English and one in French. They both call the same custom fields, in this case {frequently_asked_questions} with fields in there being {faq_q} and {faq_a}.
{frequently_asked_questions}
<strong>{faq_q}</strong>
{faq_a}
{/frequently_asked_questions}(For reference)
We can go through and enter content in both pages no problem but as soon as we hit Update it deletes the data from both pages. We can get around this by clicking Quick Save and clicking Update but obviously this isn’t ideal.
This page template is the only page that this happens on.
Thoughts?