• Resolved mosesclarke91

    (@mosesclarke91)


    Hello,

    I have created a form for my website which gives a result on the desktop version but it doesn’t show the result on the mobile devices. Is there a way to enable this?

    TIA

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @mosesclarke91

    I tested your form from the mobile device, and the result is there, but probably you need to modify the CSS to increase its visibility:

    You can assign a class name to the field through its “Add CSS Layout Keywords” attribute, for example, result-field

    And define the new class through the “Customize Form Design” attribute in the “Form Settings” tab:

    
    #fbuilder .result-field input{height:60px !important;font-size:58px !important; line-height:60px !important;}
    

    Best regards.

    Thread Starter mosesclarke91

    (@mosesclarke91)

    Hi,

    Thanks for the advice. I actually checked it there again and it appears to be working on internet chrome but not on internet explorer. Is there a reason for this?

    Plugin Author codepeople

    (@codepeople)

    Hello @mosesclarke91

    I’m sorry, but are you using Internet Explorer on mobile? Microsoft has abandoned the support of Internet Explorer, and this browser does not support the latest HTML standards. Even, your website is not compatible with Internet Explorer.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not showing result on mobile device’ is closed to new replies.