• Resolved atanasprodanov

    (@atanasprodanov)


    Hello to all and thank for you time.
    I’ve made a contact form (code below), it is embedded into a popup which is activated upon click of the left-hand side menu ЦЕНИ (PRICES)
    After making the choices from the drop down menus and sending the message from the submit button I receive the following blank email (the point is to receive the clients choices made… not blank email) If any additional information is needed let me know ??

    From: [your-name] <[your-email]>
    Subject: [your-subject]

    Message Body:
    [your-message]


    Този имейл беше изпратен автоматично от контактнатаформа на Проакаунт (https://proaccount.bg)

    This is the used code for setting up the contact form

    <table>
      <tr>
        <td colspan="2">[text* Name placeholder "Име*"]</td>
      </tr>
      <tr>
        <td>[email* Class placeholder "Имейл*"]
        </td>
        <td>
          [tel tel-377 Class placeholder "Телефон (по избор)"]
        </td>
      </tr>
      <tr>
        <td>[select* menu-497 "Вид на юр/физ. лице:" "ООД, ЕООД" "ЕТ, свободна професия" "АД, ЕАД" "НПО и Фондации"]
        </td>
        <td>[select* menu-692 "Вид на дейност:" "Услуги" "Търговия на едро" "Търговия на дребно" "Производство"]
        </td>
      <tr>
        <td>[select* menu-497 "Регистрация по ЗДДС:" "Да" "Не"]
        </td>
        <td>[select* menu-692 "Сделки с държави в/извън ЕС:" "Да" "Не"]
        </td>
     <tr>
        <td>[select* menu-497 "Брой фактури месечно:" "1-10" "10-30" "30-60" "60-100" "100-150" "Над 150"]
        </td>
        <td>
          [select* menu-497 "Банкови сметки:" "В лева" "Във валута" "В лева и валута" "Няма"]
        </td>
      </tr>
    <tr>
        <td>[select* menu-497 "Касов апарат:" "Да" "Не"]
        </td>
        <td>
          [select* menu-497 "Назначени на трудови/граждански договори:" "1-5 души" "5-10 души" "10-20 души" "20-30 души" "30-40 души" "40-50 души" "Над 50 души" "Без персонал"]
        </td>
      </tr>
    <tr>
        <td colspan="2">[text Name placeholder "Допълнителна информация при необходимост..."]</td>
      </tr>
    </table>
    [submit class:button id:form-submit "Изпрати"]

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

  • The topic ‘Contact form doesnt sent me drop-down choices made.’ is closed to new replies.