Lines Matching refs:form

11 …t type="hidden" name="onlineordering_stage" id="onlineordering_stage" value="'.$form['stage'].'">';
12 …t type="hidden" name="onlineordering_title" id="onlineordering_title" value="'.$form['title'].'">';
13 …en" name="onlineordering_firstname" id="onlineordering_firstname" value="'.$form['firstname'].'">';
14 …idden" name="onlineordering_lastname" id="onlineordering_lastname" value="'.$form['lastname'].'">';
15 …ype="hidden" name="onlineordering_street" id="onlineordering_street" value="'.$form['street'].'">';
16 …idden" name="onlineordering_postcode" id="onlineordering_postcode" value="'.$form['postcode'].'">';
17 …t type="hidden" name="onlineordering_place" id="onlineordering_place" value="'.$form['place'].'">';
18 …="hidden" name="onlineordering_country" id="onlineordering_country" value="'.$form['country'].'">';
19 …t type="hidden" name="onlineordering_email" id="onlineordering_email" value="'.$form['email'].'">';
20 …="hidden" name="onlineordering_tickets" id="onlineordering_tickets" value="'.$form['tickets'].'">';
21 …="hidden" name="onlineordering_remarks" id="onlineordering_remarks" value="'.$form['remarks'].'">';
28 $form_title = $form['title'];
31 $output .= '<td>'.$form['title'].'</td>';
38 $output .= '<td>'.$form['firstname'].'</td>';
44 $output .= '<td>'.$form['lastname'].'</td>';
50 $output .= '<td>'.$form['street'].'</td>';
56 $output .= '<td>'.$form['postcode'].'</td>';
62 $output .= '<td>'.$form['place'].'</td>';
68 $output .= '<td>'.$form['country'].'</td>';
74 $output .= '<td>'.$form['email'].'</td>';
83 $porto = $this->_get_porto( $data, $form['country'] );
87 $output .= '<td>'.number_format(($price*$form['tickets']) + $porto,2,',','.').' '.$data['currency'];
88 $output .= ' ('.$form['tickets'].' x '.number_format($price,2,',','.').' '.$data['currency'].' + '.…
95 $output .= '<td>'.$form['remarks'].'</td>';
106 …t type="hidden" name="onlineordering_title" id="onlineordering_title" value="'.$form['title'].'">';
107 …en" name="onlineordering_firstname" id="onlineordering_firstname" value="'.$form['firstname'].'">';
108 …idden" name="onlineordering_lastname" id="onlineordering_lastname" value="'.$form['lastname'].'">';
109 …ype="hidden" name="onlineordering_street" id="onlineordering_street" value="'.$form['street'].'">';
110 …idden" name="onlineordering_postcode" id="onlineordering_postcode" value="'.$form['postcode'].'">';
111 …t type="hidden" name="onlineordering_place" id="onlineordering_place" value="'.$form['place'].'">';
112 …="hidden" name="onlineordering_country" id="onlineordering_country" value="'.$form['country'].'">';
113 …t type="hidden" name="onlineordering_email" id="onlineordering_email" value="'.$form['email'].'">';
114 …="hidden" name="onlineordering_tickets" id="onlineordering_tickets" value="'.$form['tickets'].'">';
115 …="hidden" name="onlineordering_remarks" id="onlineordering_remarks" value="'.$form['remarks'].'">';