Welcome to TalkGraphics.com
Results 1 to 9 of 9
  1. #1
    Join Date
    Sep 2005
    Posts
    6

    Question How to Fix - recaptcha?

    Hi,

    I have a Contact form set to three sizes: Mobile, Main and Wide.

    The Main size Contact form works perfectly, however, the other two do not.

    The site has been running for a few years with me just adding updates when required BUT not touching the Contact form page!

    I have forgotten how I set this up in the first place (it is an age thing!! ) and do not know how to fix the other two page sizes.

    I have tried copying the exact same contents to the other pages (including the Web Properties - HTML code (body)), but does not work.

    Link is below, any advice would be appreciated thanks.

    https://www.ulsterwoodturning.co.uk/contact.htm

    Best Regards,

    Mark

  2. #2
    Join Date
    Apr 2018
    Location
    Barnes, London
    Posts
    952

    Default Re: How to Fix - recaptcha?

    Quote Originally Posted by mirrixx View Post
    Hi,

    I have a Contact form set to three sizes: Mobile, Main and Wide.

    The Main size Contact form works perfectly, however, the other two do not.

    The site has been running for a few years with me just adding updates when required BUT not touching the Contact form page!

    I have forgotten how I set this up in the first place (it is an age thing!! ) and do not know how to fix the other two page sizes.

    I have tried copying the exact same contents to the other pages (including the Web Properties - HTML code (body)), but does not work.

    Link is below, any advice would be appreciated thanks.

    https://www.ulsterwoodturning.co.uk/contact.htm

    Best Regards,

    Mark
    This can be a common issue for all forms where there is a single ID for a form. Your form appears correct in the Tablet variant, but not in the mobile or desktop variants.

    A while back Acorn created a workaround where one can have the same form appear and function across multiple variants: this is an example using Jotform, but the principles are the same: https://initiostar.co.uk/demo/formtest/

    The link to this subject on TG is here: https://www.talkgraphics.com/showthr...ot-Solved-quot.

    You may have found another workaround using different copies of the contact form (i.e. each with a different ID), but I have not checked that.

    Not related, but you might want to consider using Scale-to-fit-Width to better transition between screen sizes.
    Gary
    www.initiostar.co.uk


    Xara Designer Pro+ and Xara Designer Pro X 19.0.1.65946 DL x64 Feb 7 2023

  3. #3
    Join Date
    Sep 2005
    Posts
    6

    Default Re: How to Fix - recaptcha?

    Quote Originally Posted by Initiostar View Post
    Not related, but you might want to consider using Scale-to-fit-Width to better transition between screen sizes.

    Many thanks for the quick reply, I will check it out and post back

    Didn't know about the "transition" option...I do the web site as no one else can!!!...will check that out as well.

    Many thanks,

    Mark
    Last edited by Acorn; 04 May 2023 at 04:59 PM. Reason: Sorted out the Quote

  4. #4
    Join Date
    Sep 2005
    Posts
    6

    Default Re: How to Fix - recaptcha?

    Ok...fixed the easy part...now have the 'transition' between page sizes working (thanks to Initiostar)...didn't know about that.

    The hard part of getting the recaptcha to work across all page sizes is not so easy (had a look at the link...didn't fully understand)

    Perhaps someday there will be a 'wizard' that will do this?

    Regards,

    Mark

  5. #5
    Join Date
    Apr 2018
    Location
    Barnes, London
    Posts
    952

    Default Re: How to Fix - recaptcha?

    The hard part of getting the recaptcha to work across all page sizes is not so easy (had a look at the link...didn't fully understand)
    I had assumed the contact form and its 'recpatcha' were inserted into your contact page using an iframe? In the example provided here: https://initiostar.co.uk/demo/formtest/, follow Step 1 and copy your iframe code into just one variant and delete it from the other variants. For ease, I would pick the wide/desktop variant.

    Follow Step 2 to establish the mid-point width between each of your 3 variants and add the code to your site as shown. Follow Step 3, adding a placeholder on the mobile and tablet variants as shown in the example. You might have to rejig the placeholder size in the mobile and tablet variants to display the form correctly.

    The principle here is that the code checks which variant is being viewed and displays the same single ID copy in each of the variants.


    This is the XAR file for the demo which may help your explore what is needed > Jot Forms_Multiple Variants.xar
    Gary
    www.initiostar.co.uk


    Xara Designer Pro+ and Xara Designer Pro X 19.0.1.65946 DL x64 Feb 7 2023

  6. #6
    Join Date
    Sep 2005
    Posts
    6

    Default Re: How to Fix - recaptcha?

    Ok, I have 'discovered' how I created the Contact Form...I used a template from XBuilder, from Michal Jarmoluk. So I tried to copy and paste from original to the other two page sixes, but it did not work. :-| I know it can work because I have another test site working perfectly, here:
    https://customwoodcraft.uk/contact.htm 😊

    I have tried to contact him but email address is returning (including from his website).


    If anyone could advise that would be great! 👍

    Many thanks,

    Mark

  7. #7
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,823

    Info Re: How to Fix - recaptcha?

    Mark in your working site, the Catchpas have different IDs:
    <img src="index_htm_files/captcha.php?0.368664474837497" id="captcha"><br>
    <a href="#" onclick="CapRefresh ();" id="change-image">Not readable? Change text.</a><br><br>
    <input class="contact-input" type="text" name="captcha" id="captcha-form" autocomplete="off"><br>

    versus
    <img src="index_htm_files/captcha.php?0.368664474837497" id="captcha-m"><br>
    <a href="#contact_form" onclick="CapRefresh ();" id="change-image">Not readable? Change text.</a><br><br>
    <input class="contact-input" type="text" name="captcha" id="captcha-form-m" autocomplete="off"><br>

    One of the form's wrappers has an additional ID - id="Xxr_v6_contact_form"

    Do note if you input in one and switch to the other, the input disappears.

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  8. #8
    Join Date
    Sep 2005
    Posts
    6

    Default Re: How to Fix - recaptcha?

    Hi Acorn,
    Many thanks for the reply. :-)

    So if I replicate the code above into the other two non-working pages it will work? Can't try this at the moment I am preparing for hols - will def try at end of month :-)

    Best Regards,

    Mark

  9. #9
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,823

    Default Re: How to Fix - recaptcha?

    Quote Originally Posted by mirrixx View Post
    Hi Acorn,
    Many thanks for the reply. :-)
    So if I replicate the code above into the other two non-working pages it will work? Can't try this at the moment I am preparing for hols - will def try at end of month :-)
    Best Regards, Mark
    Not having access to your design and thought processes, I genuinely cannot say.

    Enjoy your hols.

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •