| DIR: /home/dhnidqcz/pragmaticsng.org/wp-content/plugins/caldera-forms/fields/utm/ |
| Current File : /home/dhnidqcz/pragmaticsng.org/wp-content/plugins/caldera-forms/fields/utm/field.php |
<?php
foreach ( Caldera_Forms_Field_Utm::tags() as $tag ){
$utm_field_config = Caldera_Forms_Field_Utm::config( $field, $tag );
echo Caldera_Forms_Field_Input::html( $utm_field_config, $field_structure, $form );
}
|