The order is important.
- comment out texts about the promo being over
- uncomment texts about the promo being active
- uncomment the form code in the
index.html
- change texts and links to corresponding typefaces (in
index.html
andlanding.html
) - duplicate form on Wufoo
- change the Wufoo form ID from the old to the new form, e.g.
s9t656j1jqcbi8
in<div id="wufoo-s9t656j1jqcbi8">
(the code repeats several times in the code. Replace it everywhere.) You get the new code on Wufoo (form > Share). - update the form with the current typefaces/specimens
git commit
&git push
- uncomment texts about the promo being over
- comment out texts about the promo being active
- comment out the form code in the
index.html
- export entries from Wufoo form, delete all entries from Wufoo
git commit
&git push