| Server IP : 68.183.124.220 / Your IP : 216.73.216.141 Web Server : Apache/2.4.18 (Ubuntu) System : Linux Sandbox-A 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : gavin ( 1000) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/wp-content/plugins/ninja-forms/includes/Templates/ |
Upload File : |
<script id="tmpl-nf-field-product" type="text/template">
<div class="nf-product-field {{{ data.renderClasses() }}}">
{{{ data.renderProduct() }}}
</div>
</script>
<script id="tmpl-nf-product-single" type="text/template">
<span class="nf-product-price-label">{{{ nfi18n.fieldsProductsPrice }}}</span>
<span class="nf-product-price">{{{ data.renderCurrencyFormatting( data.product_price ) }}}</span>
{{{ data.renderProductQuantity() }}}
</script>
<script id="tmpl-nf-product-dropdown" type="text/template">
<span for="nf-field-{{{ data.id }}}">
<select id="nf-field-{{{ data.id }}}" name="nf-field-{{{ data.id }}}" class="{{{ data.renderClasses() }}} nf-element">
{{{ data.renderOptions() }}}
{{{ data.renderProductQuantity() }}}
</select>
</span>
</script>
<script id="tmpl-nf-product-dropdown-option" type="text/template">
<option value="{{{ data.value }}}" {{{ ( 1 == data.selected ) ? 'selected="selected"' : '' }}}{{{ data.label }}}</option>
</script>
<script id="tmpl-nf-product-quantity" type="text/template">
<span class="nf-product-quantity-label">{{{ nfi18n.fieldsProductsQuantity }}}</span>
<span class="nf-product-quantity"><input id="nf-field-qty-{{{ data.id }}}" name="nf-field-qty-{{{ data.id }}}" class="nf-field-qty nf-element" type="number" min="0" size="10" value="{{{ data.value }}}"></span></span>
</script>