FWP 7.1.4 actions email back (Mac OS 10.13)

I have been trying to use FWP actins to email an enquiry form back to me. As far as I know I followed the tutorials but all I get are blank emails.

Does anyone have any tips. The page is Contact

Also how can I make tab move to the next field. If i press tab is goes to the previous field

https://www.skuce.co.uk/contact.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:

I think I have fixed the actions. I had not attached the action to the whole page.

I am still trying to sort out the tab order


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Assign each field a “tabindex” value.

I’ve forgotten the exact process but you probably need to use the
Extended window. Anyway, “tabindex” is what you want.

tabindex=“1”
tabindex=“2”
etc.

When done it should look similar to this in the source code:

<input type=“text” name="field1"tabindex=1/>

Todd

QREATiv https://qreativ.space Community Project

Also how can I make tab move to the next field. If i press tab is goes to the previous field

Contact


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Ignore the asterisks in the example below. Not sure why the mailing list
inserted them but they don’t belong.

Todd

QREATiv https://qreativ.space Community Project

<input type=“text” name="field1"tabindex=1/>

Also how can I make tab move to the next field. If i press tab is
goes to the previous field

Contact


freewaytalk mailing list
email@hidden
Update your subscriptions at:
Information for existing FreewayTalk / Groups.io users - Site Feedback - Softpress Talk


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Thank you for your help. I had to recreate the page and now it is working. By recreating the input fields in the correct order tabbing is now working.

I will check the tabindex next time I have the problem.


freewaytalk mailing list
email@hidden
Update your subscriptions at: