andrew771
Forum Replies Created
-
Hi Kris,
Thank you for your response. As shown in the video, when scrolling through the quiz answers on iPhone, they become highlighted even when not selected. This can make the quiz feel less smooth from a user experience perspective.
Here’s the link to the video: https://drive.google.com/file/d/1K1gGx53sMgGoNYuXKdrSO2k7D9vQkb2i/view?usp=drive_link
Thank you for taking a look, and please let me know if you need any additional details.
Best regards
Thanks everyone! I was able to fix this issue via css instead of java script
Hi Nebu,
Thanks for checking. The issue is still happening consistently on my end, so here are a few more details:
- My site is fully updated to the latest version of Forminator where the outline appears.
- The outline only shows when my auto-start script runs (auto-clicking the “Start Quiz” button on page load).
- The outline disappears the moment anything else is tapped or clicked.
- The issue appears across all devices (on mobile the outline shows as blue though).
For context, I’m using Elementor with the Blocksy theme, so it’s possible there’s a theme/CSS interaction with the latest Forminator updates?
I’ve attached a screenshot below from mobile so you can see exactly what I’m referring to.
Thanks for your help,
Andrew
Hey! I actually found a solution! If you select a Header widget, go to the Advanced tab, scroll down, and enable “Mask” then choose the Circle shape. You can type inside it, and it creates a nice circular look. It’s not 100% perfect across all screen sizes since you might need to tweak the padding and margin a bit, but it works well enough!
Forum: Themes and Templates
In reply to: [Blocksy] Logo Size Adjustment IssueHi Eduard!
I was able to figure it out thanks for the response back!
Hi Eduard!
I tested it on an iPhone — maybe that’s why it wasn’t responding? Either way, I’ve decided it’s probably not worth the hassle of troubleshooting further. I am curious though if it might behave differently depending on the type of phone you’re using. Thanks again for the reply!
Hi Saurabh,
Following up on my earlier message—after doing some research, I tried implementing a server-side 303 redirect to the thank-you page after the lead capture form in my quiz / form setup, but I was unsuccessful.
Will PHP code work for the native quiz + form setup I’m using (with no redirects between quiz and form)? Also, will this approach work reliably on Forminator 1.45.1?
I’d appreciate any recommendations for a robust way to handle this redirect.
Thanks for your help!
Hi Saurabh,
Thanks for clarifying. My flow is actually a paginated quiz that ends by opening a lead capture form (using Forminator’s built-in quiz + form setup). There’s no redirect between the quiz and form, since they’re bundled together.
- The thank-you page does appear after the lead capture form. Native redirects don’t seem to be available with this quiz/form combo, so I’m currently using JavaScript to send users to a thank-you page after the form submission.
- I also have AJAX disabled (it breaks the quiz/form flow), so based on your note I believe the correct hook for me would be
forminator_form_after_handle_submit. Can you confirm? - Lastly, I’m still on Forminator 1.45.1 because newer versions slow down my site. Will that hook still work reliably on this version?
Appreciate the guidance!
Thanks for your help! I was able to figure it out. Instead of using the “next” button I created a trigger for the page step indicator in the quiz. quiz_progress now fires on all desired questions in gtm.
- This reply was modified 8 months, 3 weeks ago by andrew771.
Hi Nebu, Thanks for your help.
The Forminator quiz in question is [forminator_quiz id=”1219″]. I’m using the latest version of Forminator. The native Export feature wasn’t available for this quiz (after taking the quiz it opens into a lead form, so the export is “coming soon”), Instead I used the WP All Export plugin. This exported both quizzes I’ve created, but the quiz with the issue is ID 1219. Here is the link to download the exported file: https://drive.google.com/file/d/1Sk1vsKDOcNxuzggqJycVn7y2iaVydixE/view?usp=sharing Please let me know if you need anything else to reproduce the issue.