• The following error message appears: 1 configuration error detected in this tab panel

    This is how the is configured:

    <label> Email Address
        [email* your-email] </label>
    
    <label> Phone number
         [tel* Phone number] <label> 
    
    <label> Payout Amount 
        [text* your-amount] </label>
    
    <label> Choose Currency
       [select* Currency "USD" "CAD"] </label>
    
    [submit "Submit"]

    Not sure what’s causing the error message. Any assistance with with this matter is appreciated.

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

    (@takayukister)

    <label> Phone number
         [tel* Phone number] <label>

    Look carefully at these lines.

    Hi @refuge77,

    To make it clearly, you need to replace this:

    <label> Phone number
         [tel* Phone number] <label>

    With this:

    <label> Phone number
         [tel* phone-number] <label>
    Thread Starter refuge77

    (@refuge77)

    Hello,

    Thanks for the response. copy and past the code that was given from both of you and the error code still shows.

    Thread Starter refuge77

    (@refuge77)

    Currently its showing like this:

    <label> Email Address
        [email* your-email] </label>
    
    <label> Phone number
         [tel* Phone-number] <label>
    
    <label> Payout Amount 
        [text* your-amount] </label>
    
    <label> Choose Currency
       [select* Currency "USD" "CAD"] </label>
    
    [submit "Submit"]

    Please try with this setup instead in your Form tab:

    <label> Email Address
        [email* your-email] </label>
    
    <label> Phone number
         [tel* phone-number] </label>
    
    <label> Payout Amount 
        [text* your-amount] </label>
    
    <label> Choose Currency
       [select* currency "USD" "CAD"] </label>
    
    [submit "Submit"]

    Don’t forget to update the mail tags in your Mail setup. Here’s an example:

    Email Address: [your-email]
    Phone Number: [phone-number]
    Amount: [currency][your-amount]
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error message’ is closed to new replies.