We are getting an error when submitting our form
Notice: Trying to get property of non-object in /wp-includes/general-template.php on line 1864
Using CRED BETA 1.3b3
In our form we our dynamically completing the post title with a shortcode
<div class="cred-field cred-field-post_title">
<div class="cred-label">Training Record Name</div>
[cred_field field="post_title" post="training-record" value="[formid prefix='TR']" urlparam=""]
</div>
The shortcode correctly inserts the dynamic title without problem but the error shows up on submitting the form.
This error doesn't show in CRED 1.2.6 or if we remove the shortcode