PATH:
home
/
thecwrif
/
public_html
/
wp-content
/
plugins
/
metform
/
core
/
integrations
/
onboard
/
controls
/
settings
<div class="form-group mf-admin-input-text mf-admin-input-text-<?php echo esc_attr(self::strify($name)); ?>"> <label for="mf-admin-option-text<?php echo esc_attr(self::strify($name)); ?>"><?php echo esc_html($label); ?></label> <input type="text" class="attr-form-control" id="mf-admin-option-text<?php echo esc_attr(self::strify($name)); ?>" aria-describedby="mf-admin-option-text-help<?php echo esc_attr(self::strify($name)); ?>" placeholder="<?php echo esc_attr($placeholder); ?>" name="<?php echo esc_attr($name); ?>" value="<?php echo esc_attr($value); ?>" <?php echo esc_attr($disabled) ?> > <small id="mf-admin-option-text-help<?php echo esc_attr(self::strify($name)); ?>" class="form-text text-muted"><?php echo esc_html($info); ?></small> </div>
[-] text.php
[edit]
[-] date.php
[edit]
[+]
..
[-] radio.php
[edit]
[-] hidden.php
[edit]
[-] color.php
[edit]
[-] switch.php
[edit]