[Pro] Form

I haven’t tested this but it should work - even though it goes against accessibility issues.

In Page>Html Markup add the following code in the before section

<script type="text/javascript">
function noenter() {
  return !(window.event && window.event.keyCode == 13); }
</script>

Then select each input field in turn, Choose Item>Extended and under the Tag add the following Name/Value pair

onkeypress / return noenter()

So that it will look like this

You need to do it for Every input field

David


freewaytalk mailing list
email@hidden
Update your subscriptions at: