Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What can I do with XForms that I can do with old HTML Forms?

forms html XForms
0
10 Posted

What can I do with XForms that I can do with old HTML Forms?

0

XForms can do everything that HTML Forms can do, and then some. In particular XForms lets you: • Check data values while the user is typing them in. • Indicate that certain fields are required, and that the form cannot be submitted without them. • Submit forms data as XML. • Integrate with Web services, for instance by using SOAP and XML RPC. • Submit the same form to different servers (for instance a search string to different search engines). • Save and restore values to and from a file. • Use the result of a submit as input to a further form. • Get the initial data for a form from an external document. • Calculate submitted values from other values. • Constrain values in certain ways, such as requiring them to be in a certain range. • Build ‘shopping basket’ and ‘wizard’ style forms without needing to resort to scripting.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.