form_options.ini
[options]
center=1
width=60%
jquery_validate=1
function_after=pmf_test_post
style_form="border: 1px solid #e1e1e1;border-radius: 5px"
field_border=1px solid #e1e1e1

form_definition.ini
[radio_test01]
field_type=radio
label=Exemple radio
radio.radio_1.value=chat
radio.radio_1.label=Chat
radio.radio_1.icon=https://www.nonoweb.net/images/phpmyform/cat.png
radio.radio_2.value=chien
radio.radio_2.label=Chien
radio.radio_2.icon=https://www.nonoweb.net/images/phpmyform/dog.png
radio.radio_3.value=poisson_rouge
radio.radio_3.label=Poisson rouge
radio.radio_3.icon=https://www.nonoweb.net/images/phpmyform/fish.png
radio.custom.label=Autre animal
radio.custom.title=Title radio custom
radio.custom.icon=https://www.nonoweb.net/images/phpmyform/question.png
custom_field=radio_custom_test01
text_top=<i>Exemple de bouton radio avec icones</i>
text_bottom="<i><small>Cocher le bouton <b>Autre animal</b> pour activer le champ text</small></i>"
rules.required.value=1
rules.required.message=Cocher un bouton

[radio_custom_test01]
field_type=text
custom=1
rules.required.value=1
rules.required.message="Quel animal alors ?"

[select_test01]
field_type=select
label=Exemple select
custom_field=select_custom_test01
text_bottom="<i><small>Sélectionner <b>--- Valeur personnalisée ---</b> pour activer le champ text</small></i>"
rules.required.value=1

[select_custom_test01]
field_type=text
custom=1
rules.required.value=1