Hey,
I’ve been trying for severeal Days to insert the F2PDF Shortcode in the send Button from formidable.
Results:
-Nothing
– An empty form is loaded
How can I teach formidable that it converts the current input into a forumlar and downloads it directly when I press the send button????
I’ve tryed thousands of options, no one works.
Here is the Button HTML_Code from formidable:
<div class="frm_submit">
[if back_button]<button type="submit" name="frm_prev_page" formnovalidate="formnovalidate" class="frm_prev_page" [back_hook]>[back_label]</button>[/if back_button]
<button class="frm_button_submit" type="submit" [button_action]>[button_label]</button>
[if save_draft]<a href="#" tabindex="0" class="frm_save_draft" [draft_hook]>[draft_label]</a>[/if save_draft]
</div>