PATH:
home
/
letacommog
/
camarsac
/
wp-content
/
plugins
/
jet-engine
/
templates
/
forms
/
common
<?php /** * Row-layout field template */ $fullwidth = ' content-fullwidth'; ?> <?php if ( $label || $desc ) : ?> <div class="jet-form-col__start"><?php echo $label; echo $desc; // Reset fullwidth content if we have label or description for field $fullwidth = ''; ?></div> <?php endif; ?> <div class="jet-form-col__end<?php echo $fullwidth; ?>"><?php if ( $template ) { if ( is_readable( $template ) ) { include $template; } else { echo $template; } } ?></div>
[+]
..
[-] field-column.php
[edit]
[-] field-label.php
[edit]
[-] end-page.php
[edit]
[-] field-row.php
[edit]
[-] end-form-row.php
[edit]
[-] prev-page-button.php
[edit]
[-] start-form.php
[edit]
[-] start-page.php
[edit]
[-] start-form-row.php
[edit]
[-] field-description.php
[edit]
[-] messages.php
[edit]
[-] end-form.php
[edit]
[-] field-message.php
[edit]