Change location of the “Note Text”
-
I would like for the Note text to be displayed between the Field Label and the actual calendar field. I find many of my customers are not reading the text since it is below the calendar itself.
I tried to create a custom text based on the developer docs on the website, but that didnt work. I am not sure if that is due to the Lite vs Pro version, but looking at options. Would consider upgrading to the pro version if that would resolve the issue.
`add_action(‘orddd_after_checkout_delivery_date’,’add_new_field_before’,10,1);
function add_new_field_before(){
echo ‘Test Instructions <br>’;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Change location of the “Note Text”’ is closed to new replies.