RGill
Associating tags field with category/taxonomy.
I am trying to create a form that creates posts that can be filled in on the frontend. I'd like for the 'post status' to change depending on the user role. For example if it is: Author - post status=draft. Subscriber - post status=publish. I have tried creating a separate dropdown field that conditionally shows when the user role is, for example, a subscriber. This dropdown field has a value 'Published' and a separate value of 'publish' I've then added a dynamic default value to the Post Status field of [frm-field-value field_id=1304 user_id=current] - which is the field id of the dropdown field above. However, when I submit the form it is still showing as Draft instead of Publish. Is there a way to achieve this, ie. changing the post status depending on what the role of the user is who is completing the form? Thanks in advance.
Is anyone else having the problem of the new Formidable datepicker addon not working? When plugin is activated, all that shows is a single line text field. When plugin deactivated, date feld returns to normal.
Hello FF Community I have tried searching high and low for information on this and can't seem to find anything. I'm hoping someone here will be able to help me. I have Form B where I am using a Lookup field to pull values from Form A. Form A is completed by different users on the frontend. One of the fields in Form A is a file upload field where users can upload an image. The trouble I am having is retrieving the image URL of the uploaded image in Form A via the Lookup fields in Form B. Is there any way to do this? Thanks in advance.