]> git.lyx.org Git - lyx.git/blobdiff - lib/examples/PDF-form.lyx
Fix up e5fc7327.
[lyx.git] / lib / examples / PDF-form.lyx
index f26419e6ba1c97e7453e9bca2d487f8cc70b8589..5f83c33cd8ead54b8adf26e39454e64e76261b14 100644 (file)
@@ -1,13 +1,11 @@
-#LyX 2.1 created this file. For more info see http://www.lyx.org/
-\lyxformat 474
+#LyX 2.3 created this file. For more info see http://www.lyx.org/
+\lyxformat 544
 \begin_document
 \begin_header
+\save_transient_properties true
+\origin /systemlyxdir/examples/
 \textclass scrartcl
 \begin_preamble
-% to be able to use custom colors
-\usepackage[svgnames,rgb]{xcolor}
-
-% ------------------------------------
 % used to check for needed LaTeX packages
 \usepackage{ifthen}
 
 \newboolean{insdljs}
 \IfFileExists{insdljs.sty}
  {\usepackage[pdftex]{insdljs}
-  \setboolean{insdljs}{true}}
+  \setboolean{insdljs}{true}
+  \pdfcatalog{/AA \the\pdflastobj\space 0 R}}
  {\setboolean{insdljs}{false}}
 
-\pdfcatalog{/AA \the\pdflastobj\space 0 R}
-
 \ifinsdljs % only execute if package insdljs is installed
 
  \begin{insDLJS}[exaaae]{exaaae}{JavaScript}
    this.delay = true;
    if((event.value == "u") || (event.value == "unlimited")) {
     this.getField("from").display = display.hidden;
-    this.getField("to").display = display.hidden;
+    this.getField("until").display = display.hidden;
    } else {
     this.getField("from").display = display.visible;
-    this.getField("to").display = display.visible;
+    this.getField("until").display = display.visible;
     this.getField("from").setFocus();
    }
    this.delay = false;
@@ -74,18 +71,20 @@ pdfform
 \language_package default
 \inputencoding auto
 \fontencoding global
-\font_roman default
-\font_sans default
-\font_typewriter default
-\font_math auto
+\font_roman "default" "default"
+\font_sans "default" "default"
+\font_typewriter "default" "default"
+\font_math "auto" "auto"
 \font_default_family default
 \use_non_tex_fonts false
 \font_sc false
 \font_osf false
-\font_sf_scale 100
-\font_tt_scale 100
+\font_sf_scale 100 100
+\font_tt_scale 100 100
+\use_microtype false
+\use_dash_ligatures false
 \graphics default
-\default_output_format default
+\default_output_format pdf2
 \output_sync 0
 \bibtex_command bibtex
 \index_command default
@@ -105,19 +104,19 @@ pdfform
 \pdf_colorlinks false
 \pdf_backref false
 \pdf_pdfusetitle false
-\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, urlbordercolor={1 0 0}"
+\pdf_quoted_options "pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, urlbordercolor={1 0 0}"
 \papersize a4paper
 \use_geometry false
 \use_package amsmath 1
 \use_package amssymb 1
-\use_package cancel 0
+\use_package cancel 1
 \use_package esint 1
 \use_package mathdots 1
 \use_package mathtools 1
 \use_package mhchem 1
-\use_package stackrel 0
-\use_package stmaryrd 0
-\use_package undertilde 0
+\use_package stackrel 1
+\use_package stmaryrd 1
+\use_package undertilde 1
 \cite_engine basic
 \cite_engine_type default
 \biblio_style plain
@@ -127,6 +126,7 @@ pdfform
 \suppress_date true
 \justification true
 \use_refstyle 0
+\use_minted 0
 \notefontcolor #0000ff
 \index Index
 \shortcut idx
@@ -136,7 +136,10 @@ pdfform
 \tocdepth 2
 \paragraph_separation skip
 \defskip medskip
-\quotes_language english
+\is_math_indent 0
+\math_numbering_side default
+\quotes_style english
+\dynamic_quotes 0
 \papercolumns 1
 \papersides 1
 \paperpagestyle default
@@ -154,6 +157,7 @@ pdfform
 status open
 
 \begin_layout Plain Layout
+
 action=mailto:forms@lyx.test?subject=The submitted PDF form, method=post
 \end_layout
 
@@ -175,13 +179,14 @@ Uwe Stöhr
 status open
 
 \begin_layout Plain Layout
-To export all parts of this document to PDF the LaTeX-package 
+To export all parts of this document to PDF the \SpecialChar LaTeX
+-package 
 \series bold
 insdljs
 \series default
  must be installed.
  If it is not installed you can export the document anyway but the example
- in the section about dynamic form fields won't appear in the output.
+ in the section about dynamic form elements will not appear in the output.
 \end_layout
 
 \end_inset
@@ -228,7 +233,8 @@ PDF
 
 Form
 \family default
- from LyX's dropdown menu at the beginning of the document.
+ from \SpecialChar LyX
+'s dropdown menu at the beginning of the document.
  If only a part of the document should be a form, add 
 \family sans
 Begin
@@ -278,16 +284,16 @@ Form
  environment.
  This is done by using the menu 
 \family sans
-Insert\SpecialChar \menuseparator
+Insert\SpecialChar menuseparator
 PDF
 \begin_inset space ~
 \end_inset
 
-form
+Form
 \begin_inset space ~
 \end_inset
 
-parameters
+Parameters
 \family default
 .
  For example in this document the following was inserted to the parameter
@@ -318,7 +324,7 @@ The submitted PDF form
 \begin_inset Quotes erd
 \end_inset
 
- and the HTML method is 
+ and the submit method is 
 \series bold
 post
 \series default
@@ -334,7 +340,7 @@ get
 
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:Submit-button"
+reference "subsec:Submit-button"
 
 \end_inset
 
@@ -349,7 +355,7 @@ reference "sub:Submit-button"
 \end_layout
 
 \begin_layout Section
-Form fields
+Form elements
 \end_layout
 
 \begin_layout Standard
@@ -357,7 +363,7 @@ There are 6
 \begin_inset space ~
 \end_inset
 
-possible types of fields in a PDF form:
+possible elements in a PDF form:
 \end_layout
 
 \begin_layout Subsection
@@ -371,7 +377,7 @@ TextField
 \family default
  using the menu 
 \family sans
-Insert\SpecialChar \menuseparator
+Insert\SpecialChar menuseparator
 Custom
 \begin_inset space ~
 \end_inset
@@ -408,13 +414,12 @@ Enter your name here:
 \end_layout
 
 \begin_layout Standard
-You must also specify a field name for text fields: Set the cursor into
- its 
+You must also specify a name for text fields.
To do this set the cursor into its 
 \family sans
 Params
 \family default
- inset.
- There insert for example the parameter 
+ inset and insert the parameter 
 \series bold
 name=customer
 \series default
@@ -425,24 +430,6 @@ customer
  is the field name).
 \end_layout
 
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
-
-\begin_layout Plain Layout
-
-\series bold
-Note:
-\series default
- All braces, brackets, backslashes and quote characters in form parameters
- must be inserted as TeX code!
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
 \begin_layout Standard
 Using the same name for several text fields results in an automatic duplication
  of the inserted text.
@@ -455,8 +442,8 @@ Here are 2
 \begin_inset space ~
 \end_inset
 
-fields as example: Fill one and see that the other one will also be filled
- automatically:
+fields as example: Fill one and see that the other one will be filled automatica
+lly when you click outside of the field:
 \begin_inset Newline newline
 \end_inset
 
@@ -503,6 +490,23 @@ name=identic
 \end_inset
 
 
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+ Special characters should be avoided in element names.
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
@@ -536,41 +540,8 @@ status open
 
 \begin_layout Plain Layout
 name=customer2, multiline, width=0.6
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
 \backslash
-textwidth
-\end_layout
-
-\end_inset
-
-, height=3cm, value=
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-{
-\end_layout
-
-\end_inset
-
-Testman
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-}
-\end_layout
-
-\end_inset
-
-
+textwidth, height=3cm, value={proposed text}
 \end_layout
 
 \end_inset
@@ -592,8 +563,7 @@ status open
 \series bold
 Note:
 \series default
- It is highly recommended to use a uniform layout of all fields in your
- form.
+ It is highly recommended to use a uniform layout of all fields in a form.
  See sec.
 \begin_inset space \thinspace{}
 \end_inset
@@ -601,11 +571,11 @@ Note:
 
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sec:Form-field-customization"
+reference "sec:Form-element-customization"
 
 \end_inset
 
for how this is done.
+ how this is done.
 \end_layout
 
 \end_inset
@@ -651,8 +621,16 @@ Are you older than 18 years?
 \end_layout
 
 \begin_layout Standard
-You must also specify a field name for check boxes: Insert for example the
- parameter 
+You must specify also for check boxes a name.
+ Insert e.
+\begin_inset space \thinspace{}
+\end_inset
+
+g.
+\begin_inset space \space{}
+\end_inset
+
+the parameter 
 \series bold
 name=age
 \series default
@@ -660,7 +638,7 @@ name=age
 \series bold
 age
 \series default
- is the field name) into the 
+ is the name) into the 
 \family sans
 Params
 \family default
@@ -679,15 +657,11 @@ ChoiceMenu
 .
  A label for the inset is added by using the menu 
 \family sans
-Insert\SpecialChar \menuseparator
+Insert\SpecialChar menuseparator
 Label
 \family default
 .
- Insert the label text into this inset.
-\begin_inset Newline newline
-\end_inset
-
-The different choices are inserted to the inset as comma-separated list.
+ The different choices are inserted to the inset as comma-separated list.
  There are 3
 \begin_inset space ~
 \end_inset
@@ -701,17 +675,16 @@ Radio Only one choice can be selected
 
 \begin_layout Description
 Combo The choices are listed in a combo box (dropdown list) but the user
- is allowed to choose something that is not in the predefined list.
+ is allowed to input something that is not in the predefined list.
 \end_layout
 
 \begin_layout Description
 Popdown All choices are listed below each other.
- It the filed is not high enough a scroll bar is automatically added to
- the field.
+ If the menu is not high enough a scroll bar is automatically added.
 \end_layout
 
 \begin_layout Standard
-To determine the choice menu type, add the parameter 
+To determine the choice menu type one uses the parameter 
 \series bold
 radio
 \series default
@@ -850,8 +823,8 @@ Country:
 \end_layout
 
 \begin_layout Standard
-You must also specify a field name for choice menus: Insert for example
- the parameter 
+You must also specify a name for choice menus.
Insert for example the parameter 
 \series bold
 name=country
 \series default
@@ -859,7 +832,7 @@ name=country
 \series bold
 country
 \series default
- is the field name) into the 
+ is the name) into the 
 \family sans
 Params
 \family default
@@ -900,7 +873,7 @@ m
 \end_inset
 
 .
By specifying names you can also preset/propose e.g.
With the name you can also preset/propose e.g.
 \begin_inset space \space{}
 \end_inset
 
@@ -950,34 +923,6 @@ Sex:
 \end_inset
 
 
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
-
-\begin_layout Plain Layout
-
-\series bold
-Note:
-\series default
- Due to a bug in the LaTeX package 
-\series bold
-hyperref
-\series default
- it is currently only possible the set the first choice as default.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Newpage newpage
-\end_inset
-
-
 \end_layout
 
 \begin_layout Subsection
@@ -1019,34 +964,47 @@ Don't click on this button or your fridge will be destroyed!!!
 \begin_layout Standard
 The action that is triggered by pressing the button is specified by JavaScript
  code.
- To specify it, add the parameter 
+ To do this, add the parameter 
 \series bold
 onclick={}
 \series default
  and insert the JavaScript code between the braces.
-\end_layout
+ For info about JavaScript, see its documentation, 
+\begin_inset CommandInset citation
+LatexCommand cite
+key "JavaScript"
+literal "true"
 
-\begin_layout Standard
-\begin_inset Flex PushButton
-status open
+\end_inset
 
-\begin_layout Plain Layout
-\begin_inset Argument 1
-status open
+.
+ In the following example this JavaScript code was used:
+\begin_inset Newline newline
+\end_inset
 
-\begin_layout Plain Layout
-onclick=
+
+\series bold
+app.alert(
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-{
+"
 \end_layout
 
 \end_inset
 
-app.alert(
+What the hell? Now you destroyed your fridge.
+\begin_inset Quotes eld
+\end_inset
+
+Congratulations.
+\begin_inset Quotes erd
+\end_inset
+
+
 \begin_inset ERT
 status collapsed
 
@@ -1057,8 +1015,19 @@ status collapsed
 
 \end_inset
 
-What the hell? Now you destroyed your fridge.
- Congratulations.
+)
+\end_layout
+
+\begin_layout Standard
+\begin_inset Flex PushButton
+status open
+
+\begin_layout Plain Layout
+\begin_inset Argument 1
+status open
+
+\begin_layout Plain Layout
+onclick={app.alert(
 \begin_inset ERT
 status collapsed
 
@@ -1069,18 +1038,27 @@ status collapsed
 
 \end_inset
 
-)
+What the hell? Now you destroyed your fridge.
+\begin_inset Quotes eld
+\end_inset
+
+Congratulations.
+\begin_inset Quotes erd
+\end_inset
+
+
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-}
+"
 \end_layout
 
 \end_inset
 
-
+)}
 \end_layout
 
 \end_inset
@@ -1094,19 +1072,27 @@ Don't click on this button or your fridge will be destroyed!!!
 \end_layout
 
 \begin_layout Standard
-For info about JavaScript, see its documentation, 
-\begin_inset CommandInset citation
-LatexCommand cite
-key "JavaScript"
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+ The outer quotes are part of the JavaScript code and must therefore be
+ inserted as \SpecialChar TeX
+ code!
+\end_layout
 
 \end_inset
 
-.
+
 \end_layout
 
 \begin_layout Standard
-A common usage for pus buttons is to open a weblink.
- Such a button is created by inserting a hyperlink into the button inset.
+A common usage for push buttons is to open a weblink.
+ Such a button is created by inserting a hyperlink as button text.
  Here is an example:
 \end_layout
 
@@ -1128,7 +1114,8 @@ status open
 \begin_inset CommandInset href
 LatexCommand href
 name "Information how to fill out this form"
-target "http://wiki.lyx.org"
+target "https://wiki.lyx.org"
+literal "false"
 
 \end_inset
 
@@ -1141,8 +1128,8 @@ target "http://wiki.lyx.org"
 \end_layout
 
 \begin_layout Standard
-To get rid of the frame for weblinks add this to the additional options
- in the document settings under 
+To get rid of the predefined frame for weblinks add this to the additional
options in the document settings under 
 \family sans
 PDF
 \begin_inset space ~
@@ -1168,7 +1155,7 @@ if your push button border color is red (the default), otherwise use the
 Submit button
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:Submit-button"
+name "subsec:Submit-button"
 
 \end_inset
 
@@ -1182,7 +1169,7 @@ A submit button is used to submit the form data to a server.
 SubmitButton
 \family default
 .
Write inside the inset the label for the button.
The label for the button is written into the inset.
  Here is an example:
 \end_layout
 
@@ -1212,8 +1199,8 @@ Send your data via email
 The submit button creates a forms data format (FDF) file (file extension
  *.fdf) which is then submitted.
  The FDF file contains only the form data.
- They can only be applied to a PDF form if all fields in the form have a
- name.
+ They can later only be applied to a PDF form if all elements in the form
have a name.
 \end_layout
 
 \begin_layout Standard
@@ -1226,7 +1213,19 @@ status open
 Note:
 \series default
  You can only use a submit button if you specified the submit method and
- target in the PDF form environment options! See sec.
+ a target in the inset 
+\family sans
+PDF
+\begin_inset space ~
+\end_inset
+
+Form
+\begin_inset space ~
+\end_inset
+
+Parameters
+\family default
+! See sec.
 \begin_inset space \thinspace{}
 \end_inset
 
@@ -1238,33 +1237,8 @@ reference "sec:Preparation"
 \end_inset
 
  for the description.
- If there are no specifications you will get LaTeX errors!
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
-
-\begin_layout Plain Layout
-
-\series bold
-Note:
-\series default
- If you have more than one submit button in your document you must specify
- a name for each of them to avoid LaTeX errors! For example add 
-\series bold
-name=submit1
-\series default
- (where 
-\series bold
-submit1
-\series default
- is the button name).
+ If there are no specifications you will get \SpecialChar LaTeX
+ errors.
 \end_layout
 
 \end_inset
@@ -1277,13 +1251,13 @@ Reset button
 \end_layout
 
 \begin_layout Standard
-A reset button is used to reset all form fields to the initial state.
+A reset button is used to reset all form elements to the initial state.
  It is added by inserting the custom inset 
 \family sans
 ResetButton
 \family default
 .
Write inside the inset the label for the button.
The label for the button is written into the inset.
  Here is an example:
 \end_layout
 
@@ -1307,39 +1281,13 @@ Reset the form
 \end_inset
 
 
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
-
-\begin_layout Plain Layout
-
-\series bold
-Note:
-\series default
- If you have more than one reset button in your document you must specify
- a name for each of them to avoid LaTeX errors! For example add 
-\series bold
-name=reset1
-\series default
- (where 
-\series bold
-reset1
-\series default
- is the button name).
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \begin_layout Section
-Form field customization
+Form element customization
 \begin_inset CommandInset label
 LatexCommand label
-name "sec:Form-field-customization"
+name "sec:Form-element-customization"
 
 \end_inset
 
@@ -1372,7 +1320,7 @@ Box
 \begin_inset space ~
 \end_inset
 
-Style 
+Style
 \end_layout
 
 \begin_layout Description
@@ -1459,10 +1407,6 @@ Button
 Style
 \end_layout
 
-\begin_layout Text Field Style
-
-\end_layout
-
 \begin_layout Standard
 The content of the styles is a comma-separated list of parameters.
  The possible parameters are listed in sec.
@@ -1477,7 +1421,8 @@ Forms optional parameters
 \begin_inset Quotes erd
 \end_inset
 
- of the documentation of the LaTeX package 
+ of the documentation of the \SpecialChar LaTeX
+ package 
 \series bold
 hyperref
 \series default
@@ -1485,13 +1430,18 @@ hyperref
 \begin_inset CommandInset citation
 LatexCommand cite
 key "hyperref"
+literal "true"
 
 \end_inset
 
 .
- It is important that the parameter print is always part of the definition,
- otherwise the fields won't appear in the PDF output.
- The defined style is applied to all fields following the definition.
+ It is important that the parameter 
+\emph on
+print
+\emph default
+ is always part of the definition.
+ Otherwise the elements will not appear in the PDF.
+ The defined style is applied to all elements following the definition.
 \end_layout
 
 \begin_layout Subsubsection*
@@ -1501,27 +1451,81 @@ Here are some examples:
 \begin_layout Text Field Style
 print, bordercolor=red, borderstyle=U, backgroundcolor=lightgray, color=lime,
  maxlen=10, align=2, charsize=16pt
-\end_layout
-
-\begin_layout Check Box Style
-print, borderstyle=S, checkboxsymbol=
-\backslash
-ding{55}
-\end_layout
-
-\begin_layout Combo Box Style
-print, bordercolor={0.33 0.66 0.33}, borderstyle=D
-\end_layout
-
-\begin_layout Popdown Box Style
-print, menulength=2
-\end_layout
-
-\begin_layout Radio Box Style
-print, borderstyle=I, radiosymbol=6
-\end_layout
+\begin_inset Note Note
+status open
 
-\begin_layout Push Button Style
+\begin_layout Plain Layout
+The parameter 
+\series bold
+borderstyle
+\series default
+ can be 
+\series bold
+U
+\series default
+ (underlined), 
+\series bold
+S
+\series default
+ (solid), 
+\series bold
+D
+\series default
+ (dashed), 
+\series bold
+B
+\series default
+ (bevel) or 
+\series bold
+I
+\series default
+ (inverted bevel).
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Check Box Style
+print, borderstyle=S, checkboxsymbol=
+\backslash
+ding{55}
+\end_layout
+
+\begin_layout Combo Box Style
+print, bordercolor={0.33 0.66 0.33}, borderstyle=D
+\end_layout
+
+\begin_layout Popdown Box Style
+print, menulength=2
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+The parameter
+\series bold
+ menulength
+\series default
+ determines the number of displayed menu entries.
+ It does not work currently because of a bug in the \SpecialChar LaTeX
+ package 
+\series bold
+hyperref
+\series default
+.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Radio Box Style
+print, borderstyle=I, radiosymbol=3
+\end_layout
+
+\begin_layout Push Button Style
 print, borderstyle=B, bordercolor=lime
 \end_layout
 
@@ -1573,34 +1577,6 @@ Enter your name here:
 
 \end_layout
 
-\begin_layout Standard
-The 
-\series bold
-borderstyle
-\series default
- can be 
-\series bold
-U
-\series default
- (underlined), 
-\series bold
-S
-\series default
- (solid), 
-\series bold
-D
-\series default
- (dashed), 
-\series bold
-B
-\series default
- (bevel), or 
-\series bold
-I
-\series default
- (inverted bevel).
-\end_layout
-
 \begin_layout Standard
 \begin_inset Note Greyedout
 status open
@@ -1608,17 +1584,27 @@ status open
 \begin_layout Plain Layout
 
 \series bold
-Note
-\series default
- that the 
-\series bold
-value
-\series default
- has only an effect for text fields if a 
-\series bold
-name
+Note:
 \series default
- was specified.
+ To see in 
+\emph on
+Adobe Reader
+\emph default
+ and 
+\emph on
+Acrobat
+\emph default
+ custom background colors you must disable in these programs the highlighting
+ of form fields.
+ (Option 
+\begin_inset Quotes eld
+\end_inset
+
+Show border hover color for fields
+\begin_inset Quotes erd
+\end_inset
+
+)
 \end_layout
 
 \end_inset
@@ -1682,10 +1668,16 @@ number
 \begin_inset space ~
 \end_inset
 
-2 of 
+2 of the documentation of the \SpecialChar LaTeX
+ package 
+\series bold
+pifont
+\series default
+, 
 \begin_inset CommandInset citation
 LatexCommand cite
 key "pifont"
+literal "true"
 
 \end_inset
 
@@ -1693,7 +1685,8 @@ key "pifont"
 \end_layout
 
 \begin_layout Itemize
-Combo box with dashed, colored border:
+Combo choice menu with dashed, colored border where the last entry is preselecte
+d:
 \begin_inset VSpace defskip
 \end_inset
 
@@ -1734,11 +1727,7 @@ Country:
 \end_layout
 
 \begin_layout Itemize
-Popdown box where only 2
-\begin_inset space ~
-\end_inset
-
-entries are shown and where the last entry is preselected:
+Popdown choice menu where the second entry is preselected:
 \begin_inset VSpace defskip
 \end_inset
 
@@ -1755,7 +1744,7 @@ status open
 status open
 
 \begin_layout Plain Layout
-popdown, name=country2, value=Az
+popdown, name=country2, default=Ar
 \end_layout
 
 \end_inset
@@ -1789,9 +1778,9 @@ status open
 \begin_layout Plain Layout
 
 \series bold
-Note
+Note
 \series default
- that the 
+The parameters 
 \series bold
 borderstyle B
 \series default
@@ -1799,11 +1788,11 @@ borderstyle B
 \series bold
 I
 \series default
- and also 
+ and 
 \series bold
 color
 \series default
- has no effect for popdown boxes.
+ have no effect for popdown choice menus.
 \end_layout
 
 \end_inset
@@ -1812,11 +1801,11 @@ color
 \end_layout
 
 \begin_layout Itemize
-Radio box with inverted bevel border and symbol number
+Radio choice menu with inverted bevel border and symbol number
 \begin_inset space ~
 \end_inset
 
-6 as checkmark:
+3 as checkmark:
 \begin_inset VSpace defskip
 \end_inset
 
@@ -1856,200 +1845,115 @@ Sex:
 
 \end_layout
 
-\begin_layout Itemize
-Push button with a bevel border and colored text:
+\begin_layout Standard
 \begin_inset VSpace defskip
 \end_inset
 
 
-\begin_inset Newline newline
-\end_inset
-
-
-\begin_inset Flex PushButton
-status open
-
-\begin_layout Plain Layout
-\begin_inset Argument 1
+\begin_inset Note Greyedout
 status open
 
 \begin_layout Plain Layout
-onclick=
-\begin_inset ERT
-status collapsed
 
-\begin_layout Plain Layout
-
-{
+\series bold
+Note:
+\series default
+ The parameters 
+\series bold
+backgroundcolor
+\series default
+, 
+\series bold
+color
+\series default
+, 
+\series bold
+height 
+\series default
+and 
+\series bold
+width
+\series default
+ have no effect for push, submit and reset buttons.
 \end_layout
 
 \end_inset
 
-app.alert(
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
 
-"
 \end_layout
 
-\end_inset
-
-Why do you click this?
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-"
+\begin_layout Standard
+As workaround use a colored box and/or color the box text.
 \end_layout
 
+\begin_layout Itemize
+Push button with a bevel border and colored text:
+\begin_inset VSpace defskip
 \end_inset
 
-)
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-}
-\end_layout
 
+\begin_inset Newline newline
 \end_inset
 
 
-\end_layout
-
-\end_inset
+\begin_inset Flex PushButton
+status open
 
+\begin_layout Plain Layout
+\begin_inset Argument 1
+status open
 
+\begin_layout Plain Layout
+onclick={app.alert(
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-
-\backslash
-colorbox{lime}{
+"
 \end_layout
 
 \end_inset
 
-
-\color red
-Don't click on this button!!!
-\color inherit
-
+Why do you click this?
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-}
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset VSpace defskip
-\end_inset
-
-
-\begin_inset Note Greyedout
-status open
-
-\begin_layout Plain Layout
-
-\series bold
-Note
-\series default
- that the 
-\series bold
-backgroundcolor
-\series default
- and
-\series bold
- color
-\series default
- has no effect for push, submit and reset buttons.
+"
 \end_layout
 
 \end_inset
 
-
+)}
 \end_layout
 
-\begin_layout Standard
-As workaround use the command 
-\series bold
-
-\backslash
-colorbox
-\series default
- as described in sec.
-\begin_inset space \thinspace{}
-\end_inset
-
- 5.7 
-\begin_inset Quotes eld
-\end_inset
-
-Colored Boxes
-\begin_inset Quotes erd
-\end_inset
-
- in LyX's 
-\emph on
-EmbeddedObjects
-\emph default
- manual.
-\begin_inset Newline newline
-\end_inset
-
-In the button above this code was used:
-\begin_inset Newline newline
-\end_inset
-
-
-\family sans
-
-\backslash
-colorbox{lime}{Don't click on this button!!!}
-\family default
-
-\begin_inset Newline newline
 \end_inset
 
-and the button text was colored.
-\end_layout
 
-\begin_layout Standard
-\begin_inset Note Greyedout
+\begin_inset Box Frameless
+position "t"
+hor_pos "c"
+has_inner_box 1
+inner_pos "t"
+use_parbox 0
+use_makebox 1
+width ""
+special "none"
+height "1in"
+height_special "totalheight"
+thickness "0.4pt"
+separation "3pt"
+shadowsize "4pt"
+framecolor "black"
+backgroundcolor "lime"
 status open
 
 \begin_layout Plain Layout
 
-\series bold
-Note
-\series default
- that the 
-\series bold
-height 
-\series default
-and 
-\series bold
-width
-\series default
- has no effect for push, submit and reset buttons.
+\color red
+Don't click on this button!!!
 \end_layout
 
 \end_inset
@@ -2057,23 +1961,17 @@ width
 
 \end_layout
 
-\begin_layout Standard
-As workaround use the box method described in sec.
-\begin_inset space \thinspace{}
 \end_inset
 
 
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:Action-button-customization"
-
+\begin_inset VSpace bigskip
 \end_inset
 
 
 \end_layout
 
 \begin_layout Itemize
-Submit button without border, with cyan background color and increased height:
+Submit button without border, with cyan background and increased height:
 \begin_inset VSpace defskip
 \end_inset
 
@@ -2096,19 +1994,25 @@ name=submit2
 \end_inset
 
 
-\begin_inset ERT
-status collapsed
+\begin_inset Box Frameless
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 1
+width "6cm"
+special "none"
+height "1in"
+height_special "totalheight"
+thickness "0.4pt"
+separation "3pt"
+shadowsize "4pt"
+framecolor "black"
+backgroundcolor "cyan"
+status open
 
 \begin_layout Plain Layout
-
-
-\backslash
-colorbox{cyan}{
-\end_layout
-
-\end_inset
-
-
 \begin_inset Box Frameless
 position "c"
 hor_pos "c"
@@ -2116,37 +2020,24 @@ has_inner_box 1
 inner_pos "c"
 use_parbox 1
 use_makebox 0
-width "5cm"
+width "4.5cm"
 special "none"
 height "4in"
 height_special "totalheight"
+thickness "0.4pt"
+separation "3pt"
+shadowsize "4pt"
+framecolor "black"
+backgroundcolor "none"
 status open
 
 \begin_layout Plain Layout
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-centering
+Send your data via mail
 \end_layout
 
 \end_inset
 
- Send your data via mail
-\end_layout
-
-\end_inset
-
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
 
-}
 \end_layout
 
 \end_inset
@@ -2202,22 +2093,20 @@ width "7cm"
 special "none"
 height "1in"
 height_special "totalheight"
+thickness "0.4pt"
+separation "3pt"
+shadowsize "4pt"
+framecolor "black"
+backgroundcolor "none"
 status open
 
 \begin_layout Plain Layout
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-centering
+Reset the form
 \end_layout
 
 \end_inset
 
- Reset the form
+
 \end_layout
 
 \end_inset
@@ -2225,25 +2114,27 @@ centering
 
 \end_layout
 
+\begin_layout Standard
+\begin_inset Newpage newpage
 \end_inset
 
 
 \end_layout
 
 \begin_layout Section
-PDF viewer action buttons
+PDF action buttons
 \end_layout
 
 \begin_layout Standard
-One often needs basic actions to be done by the PDF viewer program.
For example to print the form.
+One often needs basic actions to be done by the PDF viewer program, for
+ example to print the form.
  Such PDF program-specific actions can be triggered by adding inserting
  the custom inset 
 \family sans
 PDFAction
 \family default
 .
- The PDF viewer program
+ The PDF viewers 
 \emph on
 Acrobat
 \emph default
@@ -2253,8 +2144,7 @@ Adobe Reader
 \emph default
  can handle all possible actions while other PDF viewers might only support
  some of them.
- However, all PDF viewer programs support the basic things like printing,
- save
+ However, all PDF viewers support the basic things like printing, save
 \begin_inset space ~
 \end_inset
 
@@ -2267,7 +2157,7 @@ To specify the action insert its name to the
 Action
 \family default
  inset.
- A list with possible actions can be found in sec.
+ A list with possible action names can be found in sec.
 \begin_inset space \thinspace{}
 \end_inset
 
@@ -2279,7 +2169,8 @@ Acrobat-specific behavior
 \begin_inset Quotes erd
 \end_inset
 
- of the documentation of the LaTeX package 
+ of the documentation of the \SpecialChar LaTeX
+ package 
 \series bold
 hyperref
 \series default
@@ -2287,6 +2178,7 @@ hyperref
 \begin_inset CommandInset citation
 LatexCommand cite
 key "hyperref"
+literal "true"
 
 \end_inset
 
@@ -2382,7 +2274,7 @@ View the form in fullscreen
 Action button customization
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:Action-button-customization"
+name "subsec:Action-button-customization"
 
 \end_inset
 
@@ -2397,11 +2289,15 @@ Customizing the action buttons requires the usage of boxes because things
 
 \begin_layout Standard
 The easiest way to customize the buttons is to fill it with a custom box.
- For example the button should be 4
+ For example the button should be 5
 \begin_inset space \thinspace{}
 \end_inset
 
-cm wide and have the height of 2 lines.
+cm wide and have the height of 2
+\begin_inset space ~
+\end_inset
+
+lines.
  Then create this parbox:
 \end_layout
 
@@ -2413,10 +2309,15 @@ has_inner_box 1
 inner_pos "c"
 use_parbox 1
 use_makebox 0
-width "4cm"
+width "5cm"
 special "none"
 height "2in"
 height_special "totalheight"
+thickness "0.4pt"
+separation "3pt"
+shadowsize "4pt"
+framecolor "black"
+backgroundcolor "none"
 status open
 
 \begin_layout Plain Layout
@@ -2435,13 +2336,6 @@ inside a
 PDFAction
 \family default
  inset.
- To center the text in the button add 
-\series bold
-
-\backslash
-centering
-\series default
- as TeX code right before the button text.
  This is the result:
 \end_layout
 
@@ -2467,26 +2361,100 @@ has_inner_box 1
 inner_pos "c"
 use_parbox 1
 use_makebox 0
-width "4cm"
+width "5cm"
+special "none"
+height "2in"
+height_special "totalheight"
+thickness "0.4pt"
+separation "3pt"
+shadowsize "4pt"
+framecolor "black"
+backgroundcolor "none"
+status open
+
+\begin_layout Plain Layout
+Save form as
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout PDF Link Setup
+pdfborder={0 0 0}
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+Sets the thickness of the predefined link border to zero as described below.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+To customize the border color, border thickness and the distance to the
+ border one changes the border settings of the box.
+ An example with a 4
+\begin_inset space \thinspace{}
+\end_inset
+
+pt thick, teal border and 3
+\begin_inset space \thinspace{}
+\end_inset
+
+pt border separation :
+\begin_inset VSpace defskip
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Flex PDFAction
+status open
+
+\begin_layout Plain Layout
+\begin_inset Argument 1
+status open
+
+\begin_layout Plain Layout
+SaveAs
+\end_layout
+
+\end_inset
+
+
+\begin_inset Box Boxed
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 1
+use_makebox 0
+width "5cm"
 special "none"
 height "2in"
 height_special "totalheight"
+thickness "4pt"
+separation "3pt"
+shadowsize "4pt"
+framecolor "teal"
+backgroundcolor "white"
 status open
 
 \begin_layout Plain Layout
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-centering
-\end_layout
-
-\end_inset
-
- Save form as
+\noindent
+Save form as
 \end_layout
 
 \end_inset
@@ -2500,9 +2468,9 @@ centering
 \end_layout
 
 \begin_layout Standard
-To customize the border color, add the command 
+To customize the border thickness, add the command 
 \series bold
-menubordercolor={r g b}
+pdfborder={0 0 t}
 \series default
  to the additional options in the document settings under 
 \family sans
@@ -2514,19 +2482,11 @@ properties
 \family default
  and replace 
 \series bold
-r
-\series default
-, 
-\series bold
-g
-\series default
- and 
-\series bold
-b
+t
 \series default
- with a number between 0 and 1 for the colors red, green and blue.
- If you want to change the border color only for certain buttons, use the
layou
+ with a number that is the thickness in pixels.
+ If you want to change the border thickness only for certain buttons, use
the environmen
 \family sans
 PDF
 \begin_inset space ~
@@ -2540,30 +2500,51 @@ setup
 \family default
  before the button and insert there the command 
 \series bold
-menubordercolor
+pdfborder
 \series default
 .
  The default value of 
 \series bold
-menubordercolor
+pdfborder
 \series default
  is 
 \series bold
-{1 0 0}
+{0 0 1}
 \series default
 .
 \end_layout
 
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+\series bold
+pdfborder
+\series default
+ affects all link types, not only the action links.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
 \begin_layout PDF Link Setup
-menubordercolor={0.1 0.9 0.5}
+pdfborder={0 0 4}
 \end_layout
 
 \begin_layout Standard
-An example with 
-\series bold
-menubordercolor={0.1 0.9 0.5}
-\series default
-:
+An example with a 4
+\begin_inset space ~
+\end_inset
+
+pixel thick border:
 \begin_inset Newline newline
 \end_inset
 
@@ -2589,27 +2570,20 @@ has_inner_box 1
 inner_pos "c"
 use_parbox 1
 use_makebox 0
-width "4cm"
+width "5cm"
 special "none"
 height "2in"
 height_special "totalheight"
+thickness "0.4pt"
+separation "3pt"
+shadowsize "4pt"
+framecolor "black"
+backgroundcolor "none"
 status open
 
 \begin_layout Plain Layout
 \noindent
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-centering
-\end_layout
-
-\end_inset
-
- Save form as
+Save form as
 \end_layout
 
 \end_inset
@@ -2623,57 +2597,44 @@ centering
 \end_layout
 
 \begin_layout Standard
-To change the border width use the command 
+To change the border color use the command 
 \series bold
-pdfborder={0 0 w}
+menubordercolor={r g b}
 \series default
  where 
 \series bold
-w
+r
 \series default
- is the width in pixels.
- The default value of 
+, 
 \series bold
-pdfborder
+g
 \series default
- is 
+ and 
 \series bold
-{0 0 1}
+b
 \series default
-.
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
-
-\begin_layout Plain Layout
-
+ are numbers between 0 and 1 for the colors red, green and blue.
+ The default value of 
 \series bold
-Note:
+menubordercolor
 \series default
+ is 
 \series bold
-pdfborder
+{1 0 0}
 \series default
- affects all link types, not only the menu links.
-\end_layout
-
-\end_inset
-
-
+.
 \end_layout
 
 \begin_layout PDF Link Setup
-pdfborder={0 0 4}, menubordercolor={1 1 0}
+pdfborder={0 0 1}, menubordercolor={0.1 0.9 0.5}
 \end_layout
 
 \begin_layout Standard
-An example with a 4
-\begin_inset space ~
-\end_inset
-
-pixel thick yellow border:
+An example with 
+\series bold
+menubordercolor={0.1 0.9 0.5}
+\series default
+:
 \begin_inset Newline newline
 \end_inset
 
@@ -2699,27 +2660,20 @@ has_inner_box 1
 inner_pos "c"
 use_parbox 1
 use_makebox 0
-width "4cm"
+width "5cm"
 special "none"
 height "2in"
 height_special "totalheight"
+thickness "0.4pt"
+separation "3pt"
+shadowsize "4pt"
+framecolor "black"
+backgroundcolor "none"
 status open
 
 \begin_layout Plain Layout
 \noindent
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-centering
-\end_layout
-
-\end_inset
-
- Save form as
+Save form as
 \end_layout
 
 \end_inset
@@ -2733,38 +2687,7 @@ centering
 \end_layout
 
 \begin_layout Standard
-To change the background color insert the command 
-\series bold
-
-\backslash
-colorbox{color}{
-\series default
- at the beginning of the button inset and a 
-\series bold
-}
-\series default
- at the end.
-\series bold
-color
-\series default
- is hereby the name of the color as described in sec.
-\begin_inset space \thinspace{}
-\end_inset
-
-5.7 
-\begin_inset Quotes eld
-\end_inset
-
-Colored Boxes
-\begin_inset Quotes erd
-\end_inset
-
- of LyX's 
-\emph on
-EmbeddedObjects
-\emph default
- manual.
+To change the background color use a colored box.
 \end_layout
 
 \begin_layout PDF Link Setup
@@ -2791,19 +2714,6 @@ SaveAs
 \end_inset
 
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-colorbox{lime}{
-\end_layout
-
-\end_inset
-
-
 \begin_inset Box Frameless
 position "c"
 hor_pos "c"
@@ -2811,38 +2721,20 @@ has_inner_box 1
 inner_pos "c"
 use_parbox 1
 use_makebox 0
-width "4cm"
+width "5cm"
 special "none"
 height "2in"
 height_special "totalheight"
+thickness "0.4pt"
+separation "3pt"
+shadowsize "4pt"
+framecolor "black"
+backgroundcolor "lime"
 status open
 
 \begin_layout Plain Layout
 \noindent
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-centering
-\end_layout
-
-\end_inset
-
- Save form as
-\end_layout
-
-\end_inset
-
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-}
+Save form as
 \end_layout
 
 \end_inset
@@ -2860,14 +2752,14 @@ pdfborder={0 0 1}, menubordercolor={1 0 0}
 \end_layout
 
 \begin_layout Section
-Dynamic form fields
+Dynamic form elements
 \end_layout
 
 \begin_layout Standard
-It is also possible to have dynamic form fields.
- This means that depending on the actions of the user fields can (dis)appear
+It is also possible to have dynamic form elements.
+ This means that depending on the actions of the user elements can (dis)appear
  or change their appearance.
- To use this feature, add these lines to your document preamble:
+ To use this feature, add these lines to your LaTeX preamble:
 \end_layout
 
 \begin_layout Standard
@@ -2892,11 +2784,13 @@ space 0 R}
 
 \begin_layout Standard
 Then add the necessary JavaScript code to your document LaTeX preamble or
- as TeX code to your document.
+ as \SpecialChar TeX
+ code to your document.
  For info about JavaScript, see its documentation, 
 \begin_inset CommandInset citation
 LatexCommand cite
 key "JavaScript"
+literal "true"
 
 \end_inset
 
@@ -2921,7 +2815,8 @@ ifinsdljs
 status open
 
 \begin_layout Plain Layout
-The following section will only be displayed when the LaTeX package 
+The following section will only be displayed when the \SpecialChar LaTeX
+ package 
 \series bold
 insdljs
 \series default
@@ -2972,7 +2867,7 @@ begin{insDLJS}[exaaae]{exaaae}{JavaScript}
 
 \begin_layout Plain Layout
 
-   this.getField("to").display = display.hidden;
+   this.getField("until").display = display.hidden;
 \end_layout
 
 \begin_layout Plain Layout
@@ -2987,7 +2882,7 @@ begin{insDLJS}[exaaae]{exaaae}{JavaScript}
 
 \begin_layout Plain Layout
 
-   this.getField("to").display = display.visible;
+   this.getField("until").display = display.visible;
 \end_layout
 
 \begin_layout Plain Layout
@@ -3035,7 +2930,7 @@ Note:
 \emph on
 All
 \emph default
- JavaScript funtions must be inserted into the same 
+ JavaScript functions must be inserted into the same 
 \family sans
 insDLJS
 \family default
@@ -3050,15 +2945,7 @@ insDLJS
 \begin_layout Standard
 The 
 \family sans
-PDF
-\begin_inset space ~
-\end_inset
-
-form
-\begin_inset space ~
-\end_inset
-
-parameters
+Parameters
 \family default
  of the following choice menu are
 \begin_inset Newline newline
@@ -3078,29 +2965,7 @@ status open
 status open
 
 \begin_layout Plain Layout
-name=contract,radio,default=tl,validate=
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-{
-\end_layout
-
-\end_inset
-
-validateTime();
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-}
-\end_layout
-
-\end_inset
-
-
+name=contract,radio,default=tl,validate={validateTime();}
 \end_layout
 
 \end_inset
@@ -3130,7 +2995,7 @@ Job contract:
 \begin_layout Standard
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="2">
-<features rotate="0" tabularvalignment="middle">
+<features tabularvalignment="middle">
 <column alignment="left" valignment="top">
 <column alignment="center" valignment="top">
 <row>
@@ -3199,7 +3064,7 @@ name=from,width=10em
 \begin_inset Text
 
 \begin_layout Plain Layout
-To:
+Until:
 \end_layout
 
 \end_inset
@@ -3216,7 +3081,7 @@ status open
 status open
 
 \begin_layout Plain Layout
-name=to,width=10em
+name=until,width=10em
 \end_layout
 
 \end_inset
@@ -3312,29 +3177,7 @@ status open
 status open
 
 \begin_layout Plain Layout
-name=onlyNumbers, align=1, validate=
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-{
-\end_layout
-
-\end_inset
-
-checkNumber();
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-}
-\end_layout
-
-\end_inset
-
-
+name=onlyNumbers, align=1, validate={checkNumber();}
 \end_layout
 
 \end_inset
@@ -3365,7 +3208,8 @@ else
 status open
 
 \begin_layout Plain Layout
-The following will be displayed when the LaTeX package 
+The following will be displayed when the \SpecialChar LaTeX
+ package 
 \series bold
 insdljs
 \series default
@@ -3406,7 +3250,7 @@ fi
 status open
 
 \begin_layout Plain Layout
-keep this emtpy
+keep this empty
 \end_layout
 
 \end_inset
@@ -3415,21 +3259,19 @@ keep this emtpy
 \end_layout
 
 \begin_layout Section
-General notes and hints
-\end_layout
-
-\begin_layout Itemize
-Submitting and applying data requires that all form fields have a name.
+General notes
 \end_layout
 
 \begin_layout Itemize
-All braces, brackets, backslashes and quote characters in form parameters
- must be inserted as TeX code!
+Submitting and applying data requires that all form elements have a name.
 \end_layout
 
 \begin_layout Itemize
-It is not possible to create a PDF form using XeTeX.
- Use either the LyX export formats 
+Creating a PDF form requires pdf\SpecialChar TeX
+ or Lua\SpecialChar TeX
+.
+ Use therefore either the \SpecialChar LyX
+ export formats 
 \family sans
 PDF (pdflatex)
 \family default
@@ -3440,23 +3282,6 @@ PDF (LuaTeX)
 .
 \end_layout
 
-\begin_layout Itemize
-To be able to use all kinds of colors and color definitions you must load
- the LaTeX package 
-\series bold
-xcolor
-\series default
- in the document preamble this way:
-\begin_inset Newline newline
-\end_inset
-
-
-\series bold
-
-\backslash
-usepackage[svgnames,rgb]{xcolor}
-\end_layout
-
 \begin_layout Itemize
 To see in 
 \emph on
@@ -3466,14 +3291,24 @@ Adobe Reader
 \emph on
 Acrobat
 \emph default
- custom background colors you must disable in these programs to highlight
- the available form fields in the PDF.
+ custom background colors you must disable in these programs the highlighting
+ of form fields.
+ (Option 
+\begin_inset Quotes eld
+\end_inset
+
+Show border hover color for fields
+\begin_inset Quotes erd
+\end_inset
+
+)
 \end_layout
 
 \begin_layout Bibliography
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
 key "JavaScript"
+literal "true"
 
 \end_inset
 
@@ -3482,6 +3317,7 @@ key "JavaScript"
 LatexCommand href
 name "JavaScript reference"
 target "https://developer.mozilla.org/en/docs/Web/JavaScript/Reference"
+literal "false"
 
 \end_inset
 
@@ -3492,6 +3328,7 @@ target "https://developer.mozilla.org/en/docs/Web/JavaScript/Reference"
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
 key "hyperref"
+literal "true"
 
 \end_inset
 
@@ -3499,11 +3336,13 @@ key "hyperref"
 \begin_inset CommandInset href
 LatexCommand href
 name "Documentation"
-target "http://mirrors.ctan.org/macros/latex/contrib/hyperref/doc/manual.pdf"
+target "https://ctan.org/tex-archive/macros/latex/contrib/hyperref/doc/manual.pdf"
+literal "false"
 
 \end_inset
 
- of the LaTeX package 
+ of the \SpecialChar LaTeX
+ package 
 \series bold
 hyperref
 \end_layout
@@ -3512,6 +3351,7 @@ hyperref
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
 key "pifont"
+literal "true"
 
 \end_inset
 
@@ -3519,11 +3359,13 @@ key "pifont"
 \begin_inset CommandInset href
 LatexCommand href
 name "Documentation"
-target "http://mirrors.ctan.org/macros/latex/required/psnfss/psnfss2e.pdf"
+target "https://ctan.org/tex-archive/macros/latex/required/psnfss/psnfss2e.pdf"
+literal "false"
 
 \end_inset
 
- of the LaTeX package 
+ of the \SpecialChar LaTeX
+ package 
 \series bold
 pifont
 \end_layout