If it can replace my Machform booking for I will be very happy!
Http://newforestnavigation.co.uk/booking/bookingform.php
May need to have a proper look or purchase to see if it can.
If it can replace my Machform booking for I will be very happy!
Http://newforestnavigation.co.uk/booking/bookingform.php
May need to have a proper look or purchase to see if it can.
I bought it yesterday. There are still several bugs (including, for example, if you put âfile uploaderâ in step 3, and go back, there is no ânextâ button in steps 1 and 2.
I have a big issue. The emails that are sent with the form do not display the email address of the sender.
RW 7.2.2 / Foundry / Php 7
Please send bugs to me via my support system.
Yes emails do not come from the person submitting the form. This is not a bug. There is a very good reason for this. First, many hosts prevent users from spoofing the From field in emails. Second, many spam filters examine the from field and if it doesnât match where the email originated they will mark it as spam.
Simply use the email template. You need to write a template with the content you want sent. Simply give each Element a Name in its respective settings. For example, you can give an Email Element a name of userEmail then you can write it in the template as [userEmail]
FormsPlus automatically replaces the users submission with the corresponding Element name
Thanks
Thank you for your reply.
I send you the project with the bug.
Thank you. Greatly appreciated. Iâll take a look as soon as I am able.
Not yet but this is on my list. I didnât know how interesting it would be to users. Itâs also a very hard thing to do in a SQL database where the columns have to be pre-defined. I do, however, have an idea
FormSnap does this, and itâs very handy for keeping a record - and for some legal requirements some of us have to keep a trail of things. In the general admin of the stack you define the database config and access, then for each element you add to the form, you get to configure which column that element posts to in the database - pretty simple as an approach, but effective.
I have an easier approach in mind. I would want to make this easier. Databases can be very confusing for RW users. Especially if you have to worry about changing a database schema.
I havenât been able to get this stack to work. I sent you a support ticket about a week ago; would appreciate a response.
Hi
Iâve responded to all support tickets. Please check your spam folder or send me your ticket ticket via direct message.
Thanks
Nothing in spam, it must have got lost in the tubes. Iâll send another by regular email later today.
Thanks.
@barchard I bought FormsPlus a couple of days ago and I am really impressed by the functionality. However, there are some things I do not understand:
I also found that certain characters (e.g. white spaces) in filenames break the link to the uploaded file.
Thanks!
While Iâll leave the other questions up to Greg to answer them I want to comment on your question no. 5): Because files can be too large to be sent as an email attachment. The power of FormsPlusâ file upload is the âfile chunkingâ, which makes it possible to upload files up to 2 Gigabyte. If it would be possible to attach files to the email, people would try to send for example 150 MB files via email, which would fail of course. Many email-/hosting-providers (mostly the free ones) limit the attachment size to 5 MB, and although my hosting provider allows emails up to 50MB (or even more) I get angry each time I get emails with such big attachments.
hi,
thanks for the feedback. to answer your questions:
right now, forms plus specializes in multi-step forms. there are many add-ons (including the built-in contact form) which does a single contact form. i have made note, however, to investigate this for a future update.
Some users may wish to add a tutorial/guide where they donât wish to receive a form submission
I have made note to look at this for a future update.
It is not done by default because the user can choose the wrong file or upload a file before filling out the rest of the form. If auto-advance is enabled, the form will then be submitted as incomplete.
Most hosts limit file attachments to 5, 10 or maybe 50MB. If a user uploads a larger file, you wouldnât get the email. PHP would also timeout on large files while try to send the mail so the user would get an error when they submitted the form (even if it processed successfully)
Iâll make note to investigate this but itâd imagine that itâd be a significant change in the design and implementation of the step wizard.
The paths in the email are not meant to be links. Theyâre meant to be the full file system paths to the uploaded files. Actual links are on my list for a future update.
Your top dog,
Greg
Just add the option to limit the upload file size. FormSnap has had that option for years. The file chunking of FormsPlus is great, but the two donât have to be mutually exclusive.
Thx for the suggestion. Itâs something that weaverbox had too. I have made a note to add the option to limit file sizes.
Hello friends,
Version 1.1 of FormsPlus is here! This is a huge update based on everyoneâs awesome feedback. Full details are below.
Thanks
Greg
@barchard
Hi Greg, is there already a add a Sender to the mails received at the latest update?
I canât see it.
In my opinion this two features would be really needed to make it complete⌠hope to see it at a future update somewhere
Yes form submission and form receipt templates allow you to set where the email is sent to. Form receipt is sent to the user that submits the form while form submission goes to emails that you specify. You can have as many of these as youâd like too.