Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I am not html expert , I just made amendment and it work for me. </p> <pre><code>&lt;div class="form-edit"&gt; &lt;div class="heading"&gt; &lt;strong&gt; &lt;g:message code="Contact Details of the firm:"/&gt;${name} &lt;/strong&gt; &lt;/div&gt; &lt;div id="hai" class="form-hold"&gt; &lt;form name="company-edit-form" action="save"&gt; &lt;fieldset&gt; &lt;div class="form-columns"&gt; &lt;div class="column"&gt; &lt;g:applyLayout name="form/input"&gt; &lt;content tag="label"&gt;&lt;g:message code="Company Name"/&gt;&lt;/content&gt; &lt;content tag="label.for"&gt;Company&lt;/content&gt; &lt;g:textField class="field" name="Company" id="Company"/&gt; &lt;/g:applyLayout&gt; &lt;content tag="label"&gt;&lt;g:message code="First Name"/&gt; &lt;textField class="field" name="firstName" id="Company"&gt; &lt;label for="txt1"&gt;&lt;/label&gt; &lt;input type="text" name="txt1" id="txt1" value="${contact?.firstName}"&gt; &lt;/textField&gt; &lt;br&gt; &lt;g:message code="Group"/&gt; &lt;textField class="field" name="group" id="Company"&gt; &lt;label for="txt2"&gt;&lt;/label&gt; &lt;input type="text" name="txt2" id="txt2" value="${contact?.group}"&gt; &lt;/textField&gt; &lt;br&gt; &lt;g:message code="ID"/&gt; &lt;textField class="field" name="id" id="Company"&gt; &lt;label for="txt3"&gt;&lt;/label&gt; &lt;input type="text" name="txt3" id="txt3" value="${contact?.id}"&gt; &lt;/textField&gt; &lt;br&gt; &lt;g:message code="Last Name"/&gt; &lt;textField class="field" name="lastName" id="Company"&gt; &lt;label for="txt4"&gt;&lt;/label&gt; &lt;input type="text" name="txt4" id="txt4" value="${contact?.lastName}"&gt; &lt;/textField&gt; &lt;br&gt; &lt;g:message code="Title"/&gt; &lt;textField class="field" name="title" id="Company"&gt; &lt;label for="txt5"&gt;&lt;/label&gt; &lt;input type="text" name="txt5" id="txt5" value="${contact?.title}"&gt; &lt;/textField&gt; &lt;/content&gt; &lt;/div&gt; &lt;/div&gt; &lt;/fieldset&gt; &lt;/form&gt; &lt;/div&gt; </code></pre> <p></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload