HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpwisesolutions/wp-content/plugins/ninja-forms/includes/Templates/fields-product.html
<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>