This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Feature Request
Started 11 years ago by inthanet | 2 posts |
-
1. Add field type "Button" to the form editor and make available on confirm page as well.
With this function we could easy reward our customer after he submitted the form.
The button could linked to an reward page or give free an download. So much things would be
possible.2. Make the languages available on the confirm page. Unfortunately is not available at moment.
I did activate for me but would be good is this is standard in the next version.3. Add possibility for user to change the language. This would save time because we have not to
make for each form language a new form.4. Show in form editor the actual element name of the field instead the sequencing number of the field
which not really help. To find out all element names of an big form is a lot of wasting time.5. Replace hard coded error messages with messages from language file.
Example: view-function.php
//check for non-existent or currently drafted forms or inactive forms
if($row === false){
die('This is not valid form URL.');
I have actual added already in admin settings one more input field to fill in the redirect url and have replaced
the code in view-function.php with
if($row === false){
#die('This is not valid form URL.');
header("Location: ".$mf_settings['e404_url']);
exit;
It was at all 10 minute work, would be creat if this would be standart in the next version.By the way, Your script is great, i like it!
Posted 11 years ago # -
Thank you for all your feedbacks on this
MachForm Founder
Posted 11 years ago #
Reply
You must log in to post.