Forum Replies Created
- AuthorPosts
airweb7
ParticipantHello
I have used this post to send email
https://wordpress.stackexchange.com/questions/218737/send-email-via-ajax
Thank you
airweb7
ParticipantHello
Thank you already fixedairweb7
ParticipantVery good
Thank you
airweb7
ParticipantVery good
Thank youairweb7
ParticipantHello
I think it is fixed now
Thank youairweb7
ParticipantHello
Thank you for your reply
PM Sent
airweb7
ParticipantHello
Do you have a solution ?
Thank youairweb7
ParticipantHello
I found another way to do it
Adding to functions.php
function URLParam( $atts ) {
extract( shortcode_atts( array(
'param' => 'param',
), $atts ) );
return $_GET[$param];
}
add_shortcode('URLParam', 'URLParam');
Now in the page, use this shortcode :
[URLParam param='booking_date']
where “booking_date” is added as query string to the form “Confirmation settings” section :
booking_date={element|id:21|Select date}
airweb7
ParticipantHello,
FixedHow to change calendar background from green to another color ?
Thank you
airweb7
ParticipantFixed thank you
- AuthorPosts