Shouldn’t it be showing data? It just goes from light to dark in a pulsing like animation.
]]>Using your plugin for some years now, really happy with it!
I’m having a problem with prefilling the field in the template function of CPT.
How are the fields saved? and how can I populate them?
Below all the options I tried without luck
'template' => array(
array('tatof/usp', array(
'data'=> [
'fontawesome_field' => '<i class="fa-classic fa-light fa-check fa-fw"></i>',
'fontawesome_field' => 'field_677e951905035',
]
)
)
===== OR =====
'template' => array(
array('tatof/usp', array(
'data'=> [
'fontawesome_field' => 'fa-classic fa-light fa-check',
'fontawesome_field' => 'field_677e951905035',
]
)
)
===== OR =====
'template' => array(
array('tatof/usp', array(
'data'=> [
'fontawesome_field' => 'check',
'fontawesome_field' => 'field_677e951905035',
]
)
)
===== OR =====
'template' => array(
array('tatof/usp', array(
'data'=> [
'fontawesome_field' => [
'element' => '',
'class' => 'fa-classic fa-light fa-check',
'id' => 'check',
'family' => 'classic',
'style' => 'light',
'prefix' => 'fa-classic fa-light',
'hex' => '\\f00c',
'unicode' => '?',
],
'fontawesome_field' => 'field_677e951905035',
]
)
)
===== OR =====
'template' => array(
array('tatof/usp', array(
'data'=> [
'fontawesome_field' => ['id' => 'check'],
'fontawesome_field' => 'field_677e951905035',
]
)
)
]]>Now I am testing the new version of WP (6.7.1) together with WC 9.5.1 to find that the global var does exist on wp_head action but is not (yet) populated.
Is this a bug?
If not how can I set the desired meta tags in another way?
Been searching but can’t find a solution that works today.
I need a text field to populate with a specific sentence when the user checks a checkbox.
Can you provide me with the code to make this happen, I see others doing it so must be possible.
Many thanks
]]>I have this use case where users are sending a Contact Form 7 form before getting to the payment form. Is there a way to populate a GetPaid payment form through URL parameters, specifically name and email?
Thanks.
]]>Idk if this plugin is still supported or developed, but in any case on my side is still working great! Its connected by a theme that still use this like dislike feature.
Just i have a question.
I backup hundred article from an old website to a new ones and i would like to populate them by fake like/dislike to made some test.
Is it possible by query database? which table i have to look?
Thank you if someone will answer to me
]]>If yes, I have one doubt: Is it possible to make calculations with the values coming from these Custom Fields coming from the Post Types?
My intention is to create a Budget Form where the user registers the information that will be used in it!`
]]>After we upload the pdf on the field map designer..
Pro2pdf is unable to populate our pdf form fields https://prnt.sc/1numgwq
I already test it many times and still, the issue is there.
Hope you can help us with this issue
]]>