• Resolved andreasfox

    (@andreasfox)


    when i insert a radio, select or dropdown label – the form doesn’t work any more

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Where on the site do you have the form having the issue?

    Thread Starter andreasfox

    (@andreasfox)

    All forms on the website have the same problem

    here are two different forms for testing: with an without “radio”
    http://rootscamp.at/testbuchungsformular/
    send has a time out, but is writing in the contact db

    here are offical forms
    http://rootscamp.at/verein/buchung-kinderferiencamp/
    http://rootscamp.at/verein/anfrage/

    we are using PHP 8.1

    ciAo andreas

    Thread Starter andreasfox

    (@andreasfox)

    <p>Absender *<br />
    [text* absender] </p>

    <p>Ihre Telefon *<br />
    [text* tel] </p>

    <p>Ihre E-Mail *<br />
    [email* email] </p>

    <p>Woche *
    [select* termin
    “03.07. bis 07.07.”
    “10.07. bis 14.07.”
    “17.07. bis 21.07.”
    “24.07. bis 28.07.”
    “31.07. bis 04.08.”
    “07.08. bis 11.08.”
    “14.08. bis 18.08.”
    “21.08. bis 25.08.”
    ]</p>

    <p>Name und Alter der Kinder *<br />

    1. [text* name1 “name”] [text* alter1 4/ “alter”]
    2. [text name2 "name"] [text alter2 4/ "alter"]
    3. [text name3 "name"] [text alter3 4/ "alter"]
    4. [text name4 "name"] [text alter4 4/ "alter"]

    </p>

    <p>Freiwillige Spende <small>Info</small>
    [radio spende default:2 “€ 370,-” “€ 390,-” “€ 410,-“]</p>

    <p>Ihre Nachricht<br />
    [textarea message x3]</p>

    <p>[checkbox* agb “Ich habe die unten stehenden AGB’S gelesen und akzeptiert”]</p>

    [captchac captcha-915 size:m] Bitte diese Buchstaben in das Feld unterhalb eintragen
    [captchar captcha-915 5/]

    <p>[submit “Buchung abschicken”]</p>

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    What other plugins and theme do you use on the site?

    Thread Starter andreasfox

    (@andreasfox)

    PlugIns
    Contact Form 7
    Contact Form DB
    Limit Login Attempts
    NextGEN Gallery
    Really Simple CAPTCHA
    WP Mail SMTP
    WP Multilang

    Theme
    selfmade

    @andreasfox Hey!

    are you also facing same issue like after selecting an option from select box it still says field is required?

    Thread Starter andreasfox

    (@andreasfox)

    I tested all variants.
    the problem only appears with select, dropdown, checkbox and radio. whether required or not.

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Try switching to the default theme and deactivating all plugins excluding Contact Form 7, Really Simple CAPTCHA, and WP Mail SMTP.

    Why you are advised to deactivate plugins and switch to the default theme.

    Thread Starter andreasfox

    (@andreasfox)

    i deactivated all plugins step by step.

    now i know:
    Contact Form DB is the trouble shooter

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘radio, select.. don’t work’ is closed to new replies.