• Resolved bharti9107

    (@bharti9107)


    <div class="col-md-12 col-sm-12">
           <div class="form-group">
              [select* class class:form-control class:text-secondary "Enter Your Standard/Class" "Pre-Nursery" "Nursery" "KG-1" "KG-2" "1st" "2nd" "3rd" "4th" "5th" "6th" "7th" "8th" "9th" "10th" "11th" "12th"]
           </div>
        </div>
          <div class="col-md-12 col-sm-12">
             <div class="form-group">
                 [select* city class:form-control "Enter Your city" "Nagpur" "Amravati" "Dhamangaon" "Akola" "Wardha" "Hinganghat" "Warud" "Yavatmal"]
             </div>
       </div>  
        <div class="col-md-12 col-sm-12">
             <div class="form-group">
                 [group nagpur]
                   [select* school class:form-control class:text-secondary
                   "School of Scholars,Wanadongri, Nagpur"
                   "School of Scholars,Atray Layout, Nagpur"
                   "School of Scholars,Beltarodi, Nagpur"
                   "School of Scholars Cubs, Pratap Nagar, Nagpur" ]
                 [/group]
                 [group amravati]
                   [select* school class:form-control class:text-secondary
                   "School of Scholars Amravati"]
                 [/group]
                 [group dhamangaon]
                  [select* school class:form-control class:text-secondary
                   "School of Scholars, Dhamangaon" ]
                 [/group] 
                 [group akola]
                  [select* school class:form-control class:text-secondary
                   "School of Scholars Kaulkhed Akola"
                   "School of Scholars, Akola at Birla"]
                 [/group] 
                 [group wardha]
                  [select* school class:form-control class:text-secondary
                   "School of Scholars Wardha"]
                 [/group] 
                 [group hinganghat]
                  [select* school class:form-control class:text-secondary
                   "School of Scholars Hinganghat" ]
                 [/group]
                 [group warud]
                  [select* school class:form-control class:text-secondary
                   "School of Scholars Warud" ]
                 [/group]
                 [group yavatmal]
                  [select* school class:form-control class:text-secondary
                   "School of Scholars Yavatmal"]
                 [/group]
             </div>
       </div>

    this my code and in mail template I want to fetch city and school name

    City : [city]
    school: [school]

    but school name is not show proper data.

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

The topic ‘data is not send on mail’ is closed to new replies.