Any ideas how to add a mandatory custom field to a 2 step order form, and if it would be added to the customer contact details in CF? It’s for a personalized product, so REALLY need it!
1 Like
James
(James Harson)
February 12, 2018, 5:17pm
2
@yassine has already made a free code plugin for that exact case.
It’s so easy to use, edit and works like charm Check it out here:
In this short how-to tutorial I’m going to discuss a little trick you can implement on your order form(s) to add variants support to them, (eg. product Color, Shape, Size…etc), without having to add multiple products as long as the different variants have the same price.
So let’s get started:
On your Funnel Step under Settings > Tracking Code :
[image]
Switch to Footer Code:
[image]
Past the code below as it is to the Footer Code box.:
<script>
var option_name = 'product_color';…
That should do the trick!