<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>ORICO REMARKS</title>
    <link rel="stylesheet" href="styles.css">
</head>
<body>
    <div class="container">
        <h1>ORICO REMARKS</h1>
        <form id="remarksForm">
            <div class="form-group">
                <label for="numEmailAddLink">Number/Email/Address/Link:</label>
                <input type="text" id="numEmailAddLink" required>
            </div>

            <button type="button" id="sideNoteButton">Show Notes</button>

            <div id="sideNote" class="side-note">
                <h3>Contact Mode:</h3>
                <p><ul>
                    <li>PV - HOUSE_NUMBER</li>
                    <li>BV - OFFICE/BUSINESS_NUMBER</li>
                    <li>CP - MOBILE_NUMBER</li>
                    <li>FVPV - FIELD_VISIT_AT_PV</li>
                    <li>EMAIL - EMAIL_ADDRESS</li>
                    <li>VIBERCALL - VIBER_APP_CALL</li>
                    <li>VIBERMESSAGE - VIBER_APP_MESSAGE</li>
                    <li>FVBV - FIELD_VISIT_AT_BV</li>
                    <li>AMORT - 1_AMORTIZATION</li>
                    <li>PARTIAL - PAID_LESS_THAN_AMORT</li>
                    <li>UPDATED - PAID_UPDATING_AMOUNT</li>
                    <li>CW-PTP - CONTACTED_WITH_PTP</li>
                    <li>CWO-PTP - CONTACTED_WITHOUT_PTP</li>
                    <li>SMS - SEND_SMS</li>
                    <li>CTP - THIRD_PARTY_CONTACT</li>
                    <li>CRN - CHARACTER_REFERENCE_NO</li>
                    <li>PRN - PERSON_REFERENCE_NO</li>
                </ul>
                <h3>Action Code:</h3>
                <ul>
                    <li>PTP- PROMISE TO PAY</li>
                    <li>WCT- WONT COMMIT</li>
                    <li>LM - LEAVE MESSAGE TO RETURN CALL</li>
                    <li>SRP - SEND REMINDER PAYMENT</li>
                    <li>NANS - NO ANSWER</li>
                    <li>BUSY - NUMBER BUSY</li>
                    <li>INCO -	NUMBER INCORRECT</li>
                    <li>WRNG -	WRONG NUMBER</li>
                    <li>NLCO -	NO LONGER CONNECTED</li>
                    <li>NLRE -	NO LONGER RESIDING</li>
                    <li>WREM -	WRONG EMAIL</li>
                    <li>INCORRAD -	INCORRECT/INCOMPLETE ADDRESS</li>
                    <li>BP -	BROKEN PROMISE</li>
                    <li>FV -	FIELD VISIT</li>
                </ul>
                <h3>Description:</h3>
                <ul>
                <li>UNEM - UNEMPLOYED</li>
                <li>TUIT - SCHOOL/EDUCATION NEEDS</li>
                <li>BRKN - REPAIR/MAINTENACE</li>
                <li>INSU - TOTAL WRECKED/BURNED UNITS</li>
                <li>CALA - AFFECTED BY NATURAL DISASTERS</li>
                <li>DCOL - DELAYED COLLECTIONS</li>
                <li>BUSI - BUSINESS SLOWDOWN</li>
                <li>SICK - MEDICATION EXPENSES</li>
                <li>PRSN - CLIENT IN PRISON</li>
                <li>FRAU - FRAUD ACCOUNT</li>
                <li>UNED - UNEDUCATED ON THEIR ACCOUNT DETAILS</li>
                <li>DEAD - CLIENT DECEASE</li>
                <li>FMLY - FAMILY MEMBER EMERGENCY</li>
                <li>REMT - DELAYED REMITTANCE</li>
                <li>COMP - COMPLAINING</li>
                <li>NIOP - NO INTENTION OF PAYING</li>
                <li>IGNO - IGNORING CALLS AND EMAILS</li>
                <li>NCON - CP CANNOT BE REACHED, UNATTENDED, OUT OF COVERAGE AREA</li>
                <li>CRIM - VICTIM OF A CRIME</li>
                <li>BNKC - CLAIMED BANKRUPTCY</li>
                <li>OOTC - OUT OF THE COUNTRY</li>
                <li>OOT	 - OUT OF TOWN</li>
                </ul>
            </div>

            <div class="form-group">
                <label for="rfd">Reason for Deliquency (RFD):</label>
                <select id="rfd" required>
                    <option value="CHOOSE">CHOOSE</option>
                    <option value="UNEM">UNEM - UNEMPLOYED
</option>
                    <option value="TUIT">TUIT - SCHOOL/EDUCATION NEEDS
</option>
                    <option value="BRKN">BRKN - REPAIR/MAINTENACE
</option>
                    <option value="INSU">INSU - TOTAL WRECKED/BURNED UNITS
</option>
                    <option value="CALA">CALA - AFFECTED BY NATURAL DISASTERS
</option>
                    <option value="DCOL">DCOL - DELAYED COLLECTIONS
</option>
                    <option value="BUSI">BUSI - BUSINESS SLOWDOWN
</option>
                    <option value="SICK">SICK - MEDICATION EXPENSES
</option>
                    <option value="PRSN">PRSN - CLIENT IN PRISON
</option>
                    <option value="FRAU">FRAU - FRAUD ACCOUNT
</option>
                    <option value="UNED">UNED - UNEDUCATED ON THEIR ACCOUNT DETAILS
</option>
                    <option value="DEAD">DEAD - CLIENT DECEASE
</option>
                    <option value="FMLY">FMLY - FAMILY MEMBER EMERGENCY
</option>
                    <option value="REMT">REMT - DELAYED REMITTANCE
</option>
                    <option value="COMP">COMP - COMPLAINING</option>
                    <option value="NIOP">NIOP - NO INTENTION OF PAYING
</option>
                    <option value="IGNO">IGNO - IGNORING CALLS AND EMAILS
</option>
                    <option value="NCON">NCON - CP CANNOT BE REACHED, UNATTENDED, OUT OF COVERAGE AREA
</option>
                    <option value="CRIM">CRIM - VICTIM OF A CRIME
</option>
                    <option value="BNKC">BNKC - CLAIMED BANKRUPTCY
</option>
                    <option value="OOTC">OOTC - OUT OF THE COUNTRY
</option>
                    <option value="OOT">OOT - OUT OF TOWN
</option>
                </select>
            </div>

            <div class="form-group">
                <label for="source">Source:</label>
                <select id="source" required>
                    <option value="CHOOSE">CHOOSE</option>
                    <option value="CALLS">CALLS</option>
                    <option value="EMAIL">EMAIL</option>
                    <option value="SMS">SMS</option>
                    <option value="FIELD">FIELD</option>
                    <option value="CARAVAN">CARAVAN</option>
                    <option value="SMEDIA">SMEDIA</option>
                </select>
            </div>

            <div class="form-group">
                <label for="action">Action:</label>
                <select id="action" required>
                    <option value="CHOOSE">CHOOSE</option>
                    <option value="PTP">PTP- PROMISE TO PAY
</option>
                    <option value="WCT">WCT- WONT COMMIT
</option>
                    <option value="LM">LM - LEAVE MESSAGE TO RETURN CALL
</option>
                    <option value="SRP">SRP - SEND REMINDER PAYMENT
</option>
                    <option value="NANS">NANS - NO ANSWER
</option>
                    <option value="BUSY">BUSY - NUMBER BUSY
</option>
                    <option value="INCO">INCO - NUMBER INCORRECT
</option>
                    <option value="WRNG">WRNG - WRONG NUMBER
</option>
                    <option value="NLCO">NLCO - NO LONGER CONNECTED
</option>
                    <option value="NLRE">NLRE - NO LONGER RESIDING
</option>
                    <option value="WREM">WREM - WRONG EMAIL
</option>
                    <option value="INCORRAD">INCORRAD - INCORRECT/INCOMPLETE ADDRESS
</option>
                    <option value="BP">BP - BROKEN PROMISE
</option>
                    <option value="FV">FV - FIELD VISIT
</option>
                </select>
            </div>

            <div class="form-group">
                <label for="reminder">Reminder:</label>
                <select id="reminder" required>
                    <option value="CHOOSE">CHOOSE</option>
                    <option value="CALL">CALL</option>
                    <option value="EMAIL">EMAIL</option>
                    <option value="LETTER">LETTER</option>
                    <option value="SMS">SMS</option>
                </select>
            </div>

            <div class="form-group">
                <label for="person">Person:</label>
                <select id="person" required>
                    <option value="CHOOSE">CHOOSE</option>
                    <option value="BORROWER">BORROWER</option>
                    <option value="CO-APPLICANT">CO-APPLICANT</option>
                    <option value="FATHER">FATHER</option>
                    <option value="GUARANTOR">GUARANTOR</option>
                    <option value="MOTHER">MOTHER</option>
                    <option value="SPOUSE">SPOUSE</option>
                </select>
            </div>
            
            <div class="form-group">
    <label for="contact">Contact:</label>
    <select id="contact" required>
        <option value="CHOOSE">CHOOSE</option>
        <option value="PV:HOUSE_NUMBER">PV:HOUSE_NUMBER</option>
        <option value="BV:OFFICE/BUSINESS_NUMBER">BV:OFFICE/BUSINESS_NUMBER</option>
        <option value="CP:MOBILE_NUMBER">CP:MOBILE_NUMBER</option>
        <option value="FVPV:FIELD_VISIT_AT_PV">FVPV:FIELD_VISIT_AT_PV</option>
        <option value="EMAIL:EMAIL_ADDRESS">EMAIL:EMAIL_ADDRESS</option>
        <option value="VIBERCALL:VIBER_APP_CALL">VIBERCALL:VIBER_APP_CALL</option>
        <option value="VIBERMESSAGE:VIBER_APP_MESSAGE">VIBERMESSAGE:VIBER_APP_MESSAGE</option>
        <option value="FVBV:FIELD_VISIT_AT_BV">FVBV:FIELD_VISIT_AT_BV</option>
        <option value="AMORT:1_AMORTIZATION">AMORT:1_AMORTIZATION</option>
        <option value="PARTIAL:PAID_LESS_THAN_AMORT">PARTIAL:PAID_LESS_THAN_AMORT</option>
        <option value="UPDATED:PAID_UPDATING_AMOUNT">UPDATED:PAID_UPDATING_AMOUNT</option>
        <option value="CW-PTP:CONTACTED_WITH_PTP">CW-PTP:CONTACTED_WITH_PTP</option>
        <option value="CWO-PTP:CONTACTED_WITHOUT_PTP">CWO-PTP:CONTACTED_WITHOUT_PTP</option>
        <option value="SMS:SEND_SMS">SMS:SEND_SMS</option>
        <option value="CTP:THIRD_PARTY_CONTACT">CTP:THIRD_PARTY_CONTACT</option>
        <option value="CRN:CHARACTER_REFERENCE_NO">CRN:CHARACTER_REFERENCE_NO</option>
        <option value="PRN:PERSON_REFERENCE_NO">PRN:PERSON_REFERENCE_NO</option>
    </select>
</div>

            <div class="form-group">
                <label for="remarks">Remarks:</label>
                <textarea id="remarks" required></textarea>
                <div id="tagChoices" class="tag-choices">
                    <span class="tag" data-tag="KOR/">KOR/</span>
                    <span class="tag" data-tag="CBR/">CBR/</span>
                    <span class="tag" data-tag="CBCD/">CBCD/</span>
                    <span class="tag" data-tag="NCON/">NCON/</span>
                    <span class="tag" data-tag="DECLINING CALLS/">DECLINING CALLS/</span>
                    <span class="tag" data-tag="UNATTENDED/">UNATTENDED/</span>
                    <span class="tag" data-tag="INCORRECT NUMBER/">INCORRECT NUMBER/</span>
                    <span class="tag" data-tag="AUTO BLOCKED/">AUTO BLOCKED/</span>
                    <span class="tag" data-tag="UNAVAILABLE/">UNAVAILABLE/</span>
                    <span class="tag" data-tag="OUT OF SERVICE/">OUT OF SERVICE/</span>
                    <span class="tag" data-tag="LINE BUSY/">LINE BUSY/</span>
                    <span class="tag" data-tag="TTC/">TTC/</span>
                    <span class="tag" data-tag="SENT MESSAGE THRU">SENT MESSAGE THRU</span>
                    <span class="tag" data-tag="WAITING FOR RESPONSE">WAITING FOR RESPONSE</span>
                    <span class="tag" data-tag="EMAIL">EMAIL</span>
                    <span class="tag" data-tag="SMS">SMS</span>
                    <span class="tag" data-tag="VIBER">VIBER</span>
                    <span class="tag" data-tag="AND">AND</span>
                    <span class="tag" data-tag="NO">NO</span>
                    <span class="tag" data-tag="L3/FS:">L3/FS:</span>
                </div>
            </div>

            <div class="button-container">
                <button type="button" id="generateButton">Generate Remarks</button>
                <button type="button" id="clearButton" class="clear-button">Clear Fields</button>
            </div>
        </form>

        <div id="generatedText" class="generated-text"></div>
    </div>

    <script src="script.js"></script>
</body>
</html>
 

HTML Online Editor & Compiler

Write, Run & Share HTML code online using OneCompiler's HTML online Code editor for free. It's one of the robust, feature-rich online Code editor for HTML language, running on the latest version HTML5. Getting started with the OneCompiler's HTML compiler is simple and pretty fast. The editor shows sample boilerplate code when you choose language as HTML. You can also specify the stylesheet information in styles.css tab and scripts information in scripts.js tab and start coding.

About HTML

HTML(Hyper Text Markup language) is the standard markup language for Web pages, was created by Berners-Lee in the year 1991. Almost every web page over internet might be using HTML.

Syntax help

Fundamentals

  • Any HTML document must start with document declaration <!DOCTYPE html>
  • HTML documents begin with <html> and ends with </html>
  • Headings are defined with <h1> to <h6> where <h1> is the highest important heading and <h6> is the least important sub-heading.
  • Paragrahs are defined in <p>..</p> tag.
  • Links are defined in <a> tag.

    Example:

    <a href="https://onecompiler.com/html">HTML online compiler</a>
    
  • Images are defined in <img> tag, where src attribute consists of image name.
  • Buttons are defined in <button>..</button> tag
  • Lists are defined in <ul> for unordered/bullet list and <ol> for ordered/number list, and the list items are defined in <li>.

HTML Elements and Attributes

  • HTML element is everything present from start tag to end tag.
  • The text present between start and end tag is called HTML element content.
  • Anything can be a tagname but it's preferred to put the meaningful title to the content present as tag name.
  • Do not forget the end tag.
  • Elements with no content are called empty elements.
  • Elements can have attributes which provides additional information about the element.
  • In the below example, href is an attribute and a is the tag name.

    Example:

    <a href="https://onecompiler.com/html">HTML online compiler</a>
    

CSS

CSS(cascading style sheets) describes how HTML elements will look on the web page like color, font-style, font-size, background color etc.

Example:

Below is a sample style sheet which displays heading in green and in Candara font with padding space of 25px.

body{
  padding: 25px;
}
.title {
	color: #228B22;
	font-family: Candara;
}

HTML Tables

  • HTML Tables are defined in <table> tag.
  • Table row should be defined in <tr> tag
  • Table header should be defined in <th> tag
  • Table data should be defined in <td> tag
  • Table caption should be defined in <caption> tag

HTML-Javascript

  • Javascript is used in HTML pages to make them more interactive.
  • <script> is the tag used to write scripts in HTML
  • You can either reference a external script or write script code in this tag.

Example

<script src="script.js"></script>