Page 1 of 1

Building a topic where customers can fill out information.

Posted: Tue Aug 09, 2022 11:39 pm
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?

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

Posted: Wed Aug 10, 2022 12:03 am
by jonathanm
I'm trying to build this page but on dita.

https://support.lexile.com/s/contactsupport

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

Posted: Wed Aug 10, 2022 4:12 pm
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.

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

Posted: Wed Aug 10, 2022 5:15 pm
by jonathanm
Thanks.
This is a little too complicated for me. I'll ask my IT dept for help.