thethemefoundry
Forum Replies Created
-
Hey Martin! ??
HappyForms plays no role in font styling, which makes me think it’s just a matter of targeting the right selectors. Would you help us provide the right suggestion by sharing a link to your form?
Let us know!
Wonderful! ??
Let us know if we can help in any other way.
Hey there, @meredithgrace! Happy to help ??
How are you testing this? Are you using a different email address when you submit the form as a respondent? You might run into issues if the send a receive email address are the same.
Let us know!
Did you still need help with this one, @ginfox1969? Let us know ??
We’re going to go ahead a close up this topic. If you still need a hand in the future, just let us know in a new topic please ??
We’ll close this topic. If you still need a hand, always feel free to open a new one ??
Sounds good, @stefan4459!
We do have a multi-page/step feature in all our premium deals. It’s super-easy to use! Just add a Page Break field between two other fields and a new page is created. Steps and navigation menus are automatically added.
I hope this helps! And sorry we can’t give all our features away for free ??
- This reply was modified 4 years, 1 month ago by thethemefoundry.
- This reply was modified 4 years, 1 month ago by thethemefoundry.
Hey there, @ginfox1969 ??
Happy to help out! I tested your site and it looks like the form is resizing perfectly — even on mobiles.
What are you after? Can you tell us a bit more about how you’d like the padding to look on each device?
Thanks a bunch!
Hey there, @stefan4459 ??
Interesting! We don’t have any approve-to-email type of features. But you could always just not sent a confirmation email to respondents upon submission and then manually email these respondents after you’ve reviewed them. Do you think that’d work?
We’re keen to learn more about your situation. It might lead to a cool feature request once we wrap our heads around it a bit better.
Let us know!
Hey there, @m4verick ??
Yes we are! It’s on our to-do list and we hope to get around to it in the next two or three months. We have a bunch of other goodies underway already.
Thanks for the heads-up! Let us know if you have any more feature ideas.
We’re going to close this thread. If you still need help, please feel free to open a new topic.
Hey again!
We’re aware of the issue — and we have a series of improvements planned on this front. We plan to ship them early in 2021, hopefully it’s not a huge showstopper for you right now. ??
Let us know what you think!
Hey there, Toni!
We’re currently investigating this, and will ship various improvements as soon as possible — in the meanwhile, we can work around this with a simple PHP snippet. Try popping the below code in your functions.php file:
function happyforms_wrap_email_content( $email_message ) { $content = $email_message->get_content(); $content = '<html>' . $content . '</html>'; $email_message->set_content( $content ); return $email_message; } add_filter( 'happyforms_email_confirmation', 'happyforms_wrap_email_content' ); add_filter( 'happyforms_email_alert', 'happyforms_wrap_email_content' );
That should hopefully improve things. Let us know how it goes!
Hey there!
ReCaptcha is only available on our upgrade plans, we’re sorry! Our free plan includes a simple but effective spam protection mechanism (honeypot) though, which is always on.
I hope that helps!
Bummer! Really sorry to hear you’ve hit this snag.
I know we’ve already touched based on email, so let’s keep the conversation going there please.
I’ll close this thread to avoid any doubling up of things.