Forum Replies Created
- AuthorPosts
MikeySmith
ParticipantI recently had the problem that I replied to emails submitted by quform and they landed in the spam folder of my client.
Sometimes it helps to actually put the name of the sender in the meta info of the email something like “Michael Schmith <michale@gmail.com>”.
Right now quform does not allow this.
So this is my request: Allow me to configure the reply-email to a format like “{nameInput} <{emailInput}>”
July 30, 2014 at 12:23 pm in reply to: How to activate javascript errormessages on ipad/iphone/mobile? #12007MikeySmith
ParticipantHi guys,
maybe I need to clarify my question.
My question is:
HOW do I get quform to trigger an Javascript “Alert” (by using the alert function) if there has been an error in the form?Even better:
Is there a way to also show the error-messages in that alert box?Kind regards
MikeyMikeySmith
ParticipantReally missing this at the moment:
+ IMPORTANT: Standard Date-Picker Input-Field with Calender Popup and IOS Support
=> My suggestion: Make it a standard
<input type="date" />
which will make it work on mobiles ios
and have a javascript popup for desktop clients.+ NICE TO HAVE: Combined Date/Time-Picker for appointments
June 18, 2013 at 6:40 am in reply to: Question: Regular Expression Filter – How to forbid a specific input text #4884MikeySmith
ParticipantHi Ally, Hi guy,s
I just answered the previous question to myself:
\s
is the regex-code for a whitespace (=blank). 🙂June 18, 2013 at 6:36 am in reply to: Question: Regular Expression Filter – How to forbid a specific input text #4883MikeySmith
ParticipantHi Ally,
yes, you are right: the problem where the blanks!
The problem is that I’d actually like to have a blank at the end of a line.
How do I make the regex aware of a blank (at the end of a line)?
Is there a special regex-character for it?Kind regards
MikeyMikeySmith
ParticipantHi guys,
it should be possible to assign user-defined classes to specific input elements and to the whole form.
For example:
1) “myContactForm” to the whole Form
2) “myEmailInputField” to an email input.This would help a designer end up with a much more readable css.
MikeySmith
ParticipantGreat works! Thanks!
MikeySmith
ParticipantHi Ally,
thanks for the tips, BUT I can’t get it working. Do you recon there are any other settings that I am missing?
Do you got it running on a local development setup?
June 5, 2013 at 2:04 pm in reply to: Question: Regular Expression Filter – How to forbid a specific input text #4695MikeySmith
ParticipantHi Ally,
for some reason I can’t get this to work.
My settings:
1) Multi-line textbox with the exact text from above
3) Validation “Regex” Filter with your latest regexThe problem:
The filter does not trigger at all… there is no error message shown. Not if I leave the default text and not if I enter a different text..Any ideas? Can you reproduce this?
June 4, 2013 at 12:43 pm in reply to: Feature Request: [Html Placeholder] support for text-input elements #4679MikeySmith
ParticipantHi Ally,
yeah I think this should definetly be a feature. 🙂
Thanks – I already got JQuery doing a fix. 🙂
June 4, 2013 at 12:31 pm in reply to: Question: Regular Expression Filter – How to forbid a specific input text #4677MikeySmith
ParticipantHi Ally,
thanks for the hint.
What do I have to do to make it work with in the text?
So that it would filter a text like this:
Hi guys,
this is the prefilled text.The user has not changed it
MikeySmith
ParticipantFeature Request: New Filter-Type “does NOT equal”.
Description:
It would be really handy to have a new filter type which checks if the content does NOT equal a certain value. Of course it could be also be implemented within the “equal” filter with a “NOT”-checkbox.Example Scenario:
In my case I want to populate a text-field with a certain pre-filled text (by using the “standard value”), which the user should adapt to his own needs. I do not want any form submissions where the user did not change this standard-value-text.MikeySmith
ParticipantHi Ally,
no problem: I blanked the directories and the email – here you go.
Any ideas? Like I said: same smtp settings work with the “WP-Mail-SMTP” Plugin
[03-Jun-2013 16:23:39] PHP Fatal error: Uncaught exception 'phpmailerException' with message 'SMTP Error: The following recipients failed: xxxxx@xxxxxx.xxx' in /Applications/MAMP/xxxxxxxxxxxxx/wp-includes/class-phpmailer.php:846
Stack trace:
#0 /Applications/MAMP/www...............de.dev/wp-includes/class-phpmailer.php(660): PHPMailer->SmtpSend('Date: Mon, 3 Ju...', '--b1_6808f9da44...')
#1 /Applications/MAMP/www...............de.dev/wp-includes/class-phpmailer.php(588): PHPMailer->PostSend()
#2 /Applications/MAMP/www...............de.dev/wp-content/plugins/iphorm-form-builder/includes/common.php(769): PHPMailer->Send()
#3 /Applications/MAMP/www...............de.dev/wp-content/plugins/iphorm-form-builder/includes/common.php(483): iphorm_process_form()
#4 [internal function]: iphorm_process_form_ajax('')
#5 /Applications/MAMP/www...............de.dev/wp-includes/plugin.php(406): call_user_func_array('iphorm_process_...', Array)
#6 /Applications/MAMP/www...............de.dev/wp-settings.php(327): do_action('wp_loade in /Applications/MAMP/www...............de.dev/wp-includes/class-phpmailer.php on line 846
- AuthorPosts