barceloch
Forum Replies Created
-
I have the same problem, has you found some solution?
Thank @wpmudevsupport13, my form is something like this:
name:
mail:
address:
OPTION 1 title: (section field)
OPTION 1: (group field)
[
Option name (checkbox-1)
Option data 1 (html field)
Option data 2 (html field)
Option select (select field)
]
OPTION 2 title: (section field)
OPTION 2: (group field)
[
Option name (checkbox-2)
Option data 1 (html field)
Option data 2 (html field)
Option select (select field)
]
OPTION 3 title: (section field)
OPTION 3: (group field)
[
Option name (checkbox-3)
Option data 1 (html field)
Option data 2 (html field)
Option select (select field)
]Then the script processes the form data and creates a result html, with the fields name, email, address and includes only the sections and information of the Groups Field where the checkbox is selected.
I want send that html result in the email notification.
thank
- This reply was modified 2 years, 2 months ago by barceloch.
Forum: Plugins
In reply to: [Music Player for WooCommerce] the player is not showingYes, the file is marked as downloadable and it is .mp3, I will try to mount everything new, check with fewer plugins and check permissions on server. Something must be creating the conflict…
Forum: Plugins
In reply to: [Music Player for WooCommerce] the player is not showingNo, on the source of product page there is no audio tag…
Forum: Plugins
In reply to: [Music Player for WooCommerce] the player is not showingNot working ;(…
…with Astra Theme I’m using Brandstore Template…
Forum: Plugins
In reply to: [Music Player for WooCommerce] the player is not showing…for now is a test page on localhost… ;(
Thanks for your answers, in the end what I have done is add a custom field to the user to assign a slider, then in author.php
$slider = get_user_meta( $author_id, 'user_slider', true ); <?php echo do_shortcode('[metaslider id="'.$slider.'"]'); ?>
Thank you very much…