• Resolved monomin

    (@monomin)


    Hi, your plugin is great.

    Just need some guidance about how email output works on “field groups” and “group index”.
    Im having headace about the email output just displaying codes:

    Order(s):
    Qty:[Quantity] buah, URL: [ur-url]
    
    Notes:
    
    --

    How do I fix this?
    Thxs

    references:
    Form:

    <br><table align="left" border="0" cellpadding="15" cellspacing="7" style="width:100%">
    
      <tbody><tr>
        <td colspan="5"><label> Nama Kamu
          [text* ur-name] </label></td>
        </tr>
        <tr>
          <td colspan="5"><label> Email Kamu
            [email* ur-email] </label></td>
        </tr>
        <tr>
          <td colspan="5"><label> Catatan Tambahan <i>(opsional)</i>
            [text ur-note] </label></td>
        </tr>
    
        <tr><td colspan="2">
    
          [field_group customo id="customo-groups" tabindex:1]
    
          <br>
          <label>Quantity<br>
            [number* Quantity id:quantity_custom_order min:1 placeholder "0"]
          </label>
          <br>
          <label> URL Barang (required)
            [url* ur-url class:ur-url]
          </label><br>
          [/field_group]
          <br><br>
    
          </td></tr>
    
      </tbody></table>
    

    Mail

    From: [ur-name] ([ur-email])
    
    Order(s):
    [customo]
    Entry #[group_index]
    Qty:<b>[Quantity]</b> buah,  URL: <b>[ur-url]</b>
    [/customo]
    
    Notes:
    [ur-note]
    
    
    • This topic was modified 7 years, 5 months ago by monomin. Reason: typo and details
Viewing 1 replies (of 1 total)
  • Thread Starter monomin

    (@monomin)

    My bad.. I put diferent shortcodes on wrong page.
    Your plugins work perfectly. Imma rate 5 stars. Keep the good work mate!

Viewing 1 replies (of 1 total)

The topic ‘Need help, field groups just displaying codes at mail. (code attached)’ is closed to new replies.