Add Custom Fields Without External Form
-
Hey Howdy
I have free lite version.
Form contain: name, email, phone, subject. It is ok.
But i need to add – one – custom “select” field. Without contact form integration.i found code in “class_wbk_ajax_controller.php.
rows (for name):
…$html .= ‘<label class=”wbk-input-label” for=”wbk-customer_name”>’ .$name_label . ‘</label>’;
$html .= ‘<input name=”wbk-name” type=”text” autocomplete=”disabled” class=”wbk-input wbk-width-100 wbk-mb-10″ id=”wbk-customer_name” />’;
…The code (in docu) not working, because this code for contact form 7.
((((<p><label for=”custom-field3″>Custom field 3</label>[checkbox custom-field3 class:wbk-checkbox-custom id:custom-field3 “option1” “option2” ]</p>)))
How can i add selectable options to PHP file without contact form7?
Thank you
The topic ‘Add Custom Fields Without External Form’ is closed to new replies.