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

    (@takayukister)

    What form-tags do you have in the Form in the Form tab?

    Thread Starter Torsten Landsiedel

    (@zodiac1978)

    Thanks for your fast answer Takayuki Miyoshi!

    Here is the complete form tab:

    <p>Dein Name (Pflichtfeld)<br />
        [text* your-name] </p>
    
    <p>Deine E-Mail-Adresse (Pflichtfeld)<br />
        [email* your-email] </p>
    
    <p>Betreff<br />
        [text your-subject] </p>
    
    <p>Deine Nachricht<br />
        [textarea your-message] </p>
    
    <p>Dein Anliegen betrifft...<br />
    [select menu-609 include_blank "Anzeigen" "Abo" "App" "Redaktion" "Verlag"] </p>
    
    <p>Deine Rückrufnummer<br />
    [tel tel-912] </p>
    
    <p>Stra?e<br />
        [text your-street] </p>
    
    <p>PLZ<br />
        [number min:00000 max:99999 your-zipcode] </p>
    
    <p>Ort<br />
        [text your-city] </p>
    
    <p>Land<br />
        [text your-country] </p>
    
    <p>[submit "Senden"]</p>

    The issue is fixed when you change the line to:

    <p>PLZ<br />
        [number your-zipcode min:00000 max:99999] </p>

    All the best,
    Torsten

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Thanks. The [number] tag was in the wrong format. That said, displaying [min:00000] is a bug. I’ll fix it in the next release.

    Thread Starter Torsten Landsiedel

    (@zodiac1978)

    Great! ??

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    I have to correct my last comment. “min:00000” is actually a valid name attribute value so displaying [min:00000] is not wrong. Looks strange, though.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Field recognition failure’ is closed to new replies.