Mar 16th, 2012, 2:41 PM
Hi Peter,
Here's how to fix it:
1. Upgrade to the latest File Upload module (1.1.0):
http://modules.formtools.org/field_type_...wnload.php
2. In your custom template set, edit your "Form Page" template type. There, inside the <form> ... </form> tags, add this hidden field:
That provides some info to any javascript in the page. It's needed by the updated File Upload field type module to locate the appropriate file to remove.
That should be it!
I'm going to update the Form Builder module now so that all Template Sets include that new hidden field.
Again, sorry for the long response time!
- Ben
Here's how to fix it:
1. Upgrade to the latest File Upload module (1.1.0):
http://modules.formtools.org/field_type_...wnload.php
2. In your custom template set, edit your "Form Page" template type. There, inside the <form> ... </form> tags, add this hidden field:
Code:
<input type="hidden" id="form_tools_published_form_id" value="{{$published_form_id}}" />
That provides some info to any javascript in the page. It's needed by the updated File Upload field type module to locate the appropriate file to remove.
That should be it!
I'm going to update the Form Builder module now so that all Template Sets include that new hidden field.
Again, sorry for the long response time!
- Ben