Ray Loyloy
Forum Replies Created
-
Closing this topic.
@pezzottal if you have other questions, don’t hesitate to open new topics.
We’re happy to help!Closing this topic.
If you have other questions, feel free to open a new topic.We’re always happy to help! ??
Closing this topic.
If anyone still needs a hand, please just open a new topic ??
We’re happy to help!
Hey there, @lebrochet ??
Yup! Happyforms is compatible with Jobify. And it’s also compatible with most of the themes out there.
I hope this helps! Happy form building.Hey there, Steve ??
It seems like a JavaScript error popped up when you tried to submit the form. If you’re using a caching plugin, could you disable it for a moment to see if that clears up the issue?If that doesn’t help, consider deactivating all your plugins (except Happyforms) to check if the issue persists. If it’s resolved, you can reactivate your plugins one by one, testing your form each time, to find the one causing the problem.
Looking forward to hearing your findings!
Hey there, @pezzottal ??
To change the color of the text of Checkbox fields, go to the Styles tab of your form builder. Then from there go to Field Labels & Text and under the Colors section look for the Hint color selector. Change the color to the one you want then click Update after to save your form.
Does that work for you?
Let us know.
Hey there, @jenningsthecat ??
The latest version is 1.25.2 which comes with a fix for the issue you’re having. To fix it, just update to the latest version.
To update to the latest version just go to your “Installed Plugins” screen, and look for Happyforms (free). You should see an update notice for it, just click the “update now” link. Wait for it to finish updating, then click the Activate link.That’s it! Everything should be back in line after that.
Let us know how it goes!
I see, @bsmith50!
I think Riode theme has enforced some styling to the customizer panel, which overrides the styles set by Happyforms. I think a short snippet can help fix it!
Try this snippet below. You can add it to your child theme’s function.php file. Or you can use a plugin like Code Snippets.
add_action( 'happyforms_customize_enqueue_scripts', function() { wp_add_inline_style( 'happyforms-customize', '.wp-full-overlay.expanded { margin-left: min( 35%, calc( 35% - calc( 35% - 600px ) ) ) !important; }' ); }, 50 );
That should do it! Let us know how that goes. ??
Hey there @jbanik10 ??
The Phone field is available on the paid version. And at the moment there’s no visual for doing a 10 digit validation. But you can easily work around this with a little custom code snippet.
If you’re interested do the custom code, send us an email at ask[at]happyforms[dot]io —that’s where we discuss all of our paid plans.
Glad to hear that, @francveroni ??
Let us know in a separate thread if something else crops up!
Got it, @francveroni!
Let’s try using a much better selector. Would you please try the CSS snippet below? That should be given a much higher priority compared to the previous one.
.happyforms-styles .happyforms-part--choice .happyforms-part__label-container .happyforms-part__label { line-height: 1.5; }
Let us know how that goes! ??
Hey there, @wormeyman ??
I checked your contact us page and I can see that some Happyforms JavaScripts aren’t loaded and I have a hunch your caching plugin is playing a role on it.
Could you please try excluding your contact us page from being cache and check if that makes any difference? Please make sure to also turn off Minify/combine CSS, Minify/combine JS, Defer JS, and Delay JavaScript execution.
Let us know how that goes!
I see, Pieterjan!
Would you please tell us what email address did you put in Van e-mailadres and E-mailadres voor beantwoorden? Is it under the same domain as your site’s domain? Or different? I ask because default mail systems that hosting providers use sometimes won’t send out emails if it’s “from address” is of a different domain.
If it’s different from your website’s domain, could you please try changing it to something in line with the domain? Maybe try using [email protected], and check if that makes any difference.
Let us know! ??
Hey there, Pieterjan ??
Bummer! Would you please help us investigate by hopping over to the Email tab of your form builder and double-check if Email respondent a copy of their submission is turned on?
Let us know what you find out!
You’re very welcome, @violetpeonies! Have a lovely weekend as well. ??
Let us know in a new topic if something else crops up!