Building a topic where customers can fill out information.

Questions about XML that are not covered by the other forums should go here.
jonathanm
Posts: 29
Joined: Tue May 25, 2021 4:17 pm

Building a topic where customers can fill out information.

Post by jonathanm »

Is there a topic that allows customers to fill out a form for questions?

Basically, I want to create this site https://support.lexile.com/s/contactsupport for a DITA topic.

I'm looking to build a web-to-case code", basically it's a form handler. Is this possible?
jonathanm
Posts: 29
Joined: Tue May 25, 2021 4:17 pm

Re: Building a topic where customers can fill out information.

Post by jonathanm »

I'm trying to build this page but on dita.

https://support.lexile.com/s/contactsupport
Attachments
image.png
image.png (112.5 KiB) Viewed 827 times
adrian_sorop
Posts: 73
Joined: Wed Jun 22, 2016 2:48 pm

Re: Building a topic where customers can fill out information.

Post by adrian_sorop »

Hi,
Form controls can be used to allow users to interact with the document from UI.
Built-in form controls code templates available in Content Completion of CSS documents:
  • oxy_audio - Audio File Player Form Control
  • oxy_browser - Browser Form Control
  • oxy_button - Button Form Control
  • oxy_buttonGroup - Button Group Form Control
  • oxy_checkbox - Checkbox Form Control
  • oxy_combobox - Combo Box Form Control
  • oxy_datePicker - Date Picker Form Control
  • oxy_htmlContent - HTML Content Form Control
  • oxy_label - Label Form Control
  • oxy_popup - Pop-up Form Control
  • oxy_textArea - Text Area Form Control
  • oxy_textfield - Text Field Form Control
  • oxy_urlChooser - URL Chooser Form Control
  • oxy_video - Video Player Form Control
In the sample project bundled with Oxygen you can find more form controls examples. The samples project is usually located in the OXYGEN_INSTALL_DIR/samples/form-controls.

Regards,
Adrian S.
Adrian Sorop
<oXygen/> XML Editor
http://www.oxygenxml.com
jonathanm
Posts: 29
Joined: Tue May 25, 2021 4:17 pm

Re: Building a topic where customers can fill out information.

Post by jonathanm »

Thanks.
This is a little too complicated for me. I'll ask my IT dept for help.
Post Reply