Engraving with EngravingTextStyle using MOTO form

Miscellaneous Actinic / SellerDeck patches and anything not covered above.
Post Reply
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Engraving with EngravingTextStyle using MOTO form

Post by norman »

Only needed for Engraving Add On V1.30 and below.

If you use Choices with EngravingTextStyle set and use the MOTO form for offline orders of such products, then you will may a JavaScript error when selecting the choices. You can ignore the error and MOTO will work but it's annoying.

You can fix this by going to Design / Library / layouts / MOTO Form / Standatd MOTO Form.
Look for the line (around line 150):

Code: Select all

</head>
Immediately above it add:

Code: Select all

	<script type="text/javascript">
		 function radioclicked(field){return true;}
		 function selectchanged(sel){return true;}
	</script>
Norman
Post Reply