I have a user form that has two fields one is the organization which is (select type) and another for request status which is (Radio type)
I would like to automatically change the field value of the request status field from rejected to pending at any time the organization field is updated.
The issue here is that when the user submits a Toolset form with an image field and the form validation causes the form to fail, the images that were in the upload fields are lost.
Solution:
This is actually a known issue that was reported recently for fixing. The issue is because the image is uploaded after the form is submitted. Once the form fails to submit then the image will need to be re-uploaded.
The form is essentially reloaded and since the files weren't uploaded they will need to re-added to the form. Our development team is working on a notice feedback on the form so that user's will know that they need to re-upload the images.
I'm not seeing a fixed version number on our internal escalated ticket for this issue. However the fix will be made available in a future release.
Problem: I have a nested repeatable field group (RFG) structure inside a custom post type. I also have another child post type of that main custom post type. On the child post template, I would like to display information from the RFGs. I can display information from the main RFG, but not the nested RFGs.
Solution: Check to be sure the correct RFG type is selected in the View's Content Selection panel.