{"id":546,"date":"2022-06-04T12:58:47","date_gmt":"2022-06-04T16:58:47","guid":{"rendered":"https:\/\/montrealvisa.ca\/forms\/?page_id=546"},"modified":"2026-01-08T13:13:52","modified_gmt":"2026-01-08T18:13:52","slug":"mv-0506-en","status":"publish","type":"page","link":"https:\/\/montrealvisa.ca\/forms\/mv-0506-en\/","title":{"rendered":"CAQ-WORK 0506"},"content":{"rendered":"\n<!DOCTYPE html>\n<html>\n<head>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<link rel=\"stylesheet\" href=\"https:\/\/www.w3schools.com\/w3css\/4\/w3.css\">\n<link rel=\"stylesheet\" href=\"https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.5.2\/css\/bootstrap.min.css\">\n<style type='text\/css'>\n    #hide1,#hide4,#hidechild, #ew2,#ew3,#ew4,#hide2,#hide3,#hide10,#hidestudy2,#hidestudy3,#hidestudy4,#hidestudy5,#hideemploy2,#hideemploy3,#hideemploy4,#sjourautre1,#sejour2,#sjourautre2,#sejour3,#sjourautre3,#sejour4,#sjourautre4,#sejour5,#sjourautre5,\n    #hideus,#hideedu{\n        display:none;\n    }\n    H4 {\n      background: lightgrey;}\n    input{\n      width:100%;}\n    button{\n      border-radius: 10px;\n    }\n  #hide_caq_before { display: none; }\n<\/style>\n<script type='text\/javascript'>\n     function child(tx_id, button_id){\n        document.getElementById(tx_id).style.display = \"block\"; \n        document.getElementById(button_id).style.display = \"none\"; \n    } \n    function val(select_id, hide_id) {\n    d = document.getElementById(select_id).value;\n    \n    if(d=='yes'||d=='other'){\n        document.getElementById(hide_id).style.display = \"block\"; \n    }else\n    {\n      document.getElementById(hide_id).style.display = \"none\"; \n    }\n}\n <\/script>\n<script>\n  function toggleCaqBefore() {\n    const v = document.getElementById('caq_work_before').value;\n    const box = document.getElementById('hide_caq_before');\n    const ref = document.getElementById('caq_work_ref');\n\n    const show = v === 'yes';\n    box.style.display = show ? 'block' : 'none';\n\n    if (show) ref.setAttribute('required', 'required');\n    else {\n      ref.removeAttribute('required');\n      ref.value = '';\n    }\n  }\n\n  window.addEventListener('DOMContentLoaded', toggleCaqBefore);\n<\/script>\n\n <script>\n  let personCount = 1;\n\n  function addPerson() {\n    const container = document.getElementById('peopleContainer');\n\n    const personSection = document.createElement('div');\n    personSection.classList.add('person-section');\n    personSection.innerHTML = `\n      <h3>Membre ${personCount}<\/h3>\n      <label for=\"first_name_${personCount}\">First Name:<\/label>\n      <input type=\"text\" class=\"w3-input w3-border\" id=\"first_name_${personCount}\" name=\"first_name[]\">\n\n      <label for=\"last_name_${personCount}\">Last Name:<\/label>\n      <input type=\"text\" class=\"w3-input w3-border\" id=\"last_name_${personCount}\" name=\"last_name[]\">\n\n      <label for=\"sex_${personCount}\">Sex:<\/label>\n      <select id=\"sex_${personCount}\" class=\"w3-input w3-border\" name=\"sex[]\">\n        <option value=\"male\">Male<\/option>\n        <option value=\"female\">Female<\/option>\n      <\/select>\n\n      <label for=\"birthday_${personCount}\">Birthday:<\/label>\n      <input type=\"date\" id=\"birthday_${personCount}\" class=\"w3-input w3-border\" name=\"birthday[]\">\n\n      <label for=\"city_of_birth_${personCount}\">Place of birth:<\/label>\n      <input type=\"text\" id=\"city_of_birth_${personCount}\" class=\"w3-input w3-border\" name=\"city_of_birth[]\">\n\n      <label for=\"relation_${personCount}\">Relationship to the main applicant:<\/label>\n      <input type=\"text\" id=\"relation_${personCount}\" class=\"w3-input w3-border\" name=\"relation[]\">\n    `;\n\n    container.appendChild(personSection);\n    personCount++;\n  }\n<\/script>\n<\/head>\n<body>\n<form class=\"w3-container w3-card-4 w3-light-grey\" method=\"POST\">\n  <h4>Information on your identity<\/h4>\n<p>Have you applied CAQ work before?*\n  <select id=\"caq_work_before\" class=\"w3-select w3-border\" name=\"caq_work_before\" required onchange=\"toggleCaqBefore()\">\n    <option value=\"\" selected disabled>Select<\/option>\n    <option value=\"no\">No<\/option>\n    <option value=\"yes\">Yes<\/option>\n  <\/select>\n<\/p>\n\n<div id=\"hide_caq_before\">\n  <p>Please provide num\u00e9ro de r\u00e9f\u00e9rence individuel or num\u00e9ro de demande*\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"caq_work_ref\" name=\"caq_work_ref\">\n  <\/p>\n<\/div>\n\n  <p>1.Full name*<\/p>\n  <input type=\"text\" class=\"w3-input w3-border\" id=\"fname\"  name=\"fname\" required placeholder=\"Family name* (as shown on your passport or tavel document)\"><\/br> \n  <input type=\"text\" class=\"w3-input w3-border\" id=\"gname\"  name=\"gname\" required placeholder=\"Given name* (as shown on your passport or tavel document)\"><\/br>\n  <p>2.Have you ever used any other name(e.g. Nickname, maiden name, alias, etc)?*\n      <select id=\"usedname\" class=\"w3-select w3-border\" name=\"usedname\" required onchange=\"val(this.id,'hide1')\">\n            <option value=\"no\">No\n            <option value=\"yes\">Yes\n      <\/select><\/p>\n   <div  id='hide1'>\n    <p>please provide the name<\/p>\n      <p>Family name after marriage\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"fnameu\"  name=\"fnameu\"  placeholder=\"e.g. Nickname, maiden name, alias, etc\"><\/p>\n    <p>Given name\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"gnameu\"  name=\"gnameu\"  placeholder=\"e.g. Nickname, maiden name, alias, etc\"><\/p>\n  <\/div>\n  \n   <p>3.Sex*\n      <select id=\"gender\" class=\"w3-select w3-border\" name=\"gendre\" required>\n            <option value=\"F\">Female\n            <option value=\"M\">Male\n      <\/select>\n    <\/p>\n    <p>4.Passport no.* (If you have more than one passport, provide the information on the passport you use to enter Canada, if applicable)\n      <input type=\"text\" class=\"w3-input w3-border\" id=\"ppold\"  name=\"ppold\"  placeholder=\"Passport no.\" required>\n    <\/p>\n    <p>5.Your date of birth*\n      <input type=\"date\" class=\"w3-input w3-border\" id=\"bdate\"  name=\"bdate\" required ><\/p>\n    <p>6.Place of birth*\n        <input type=\"text\" class=\"w3-input w3-border\" id=\"birthcity\"  name=\"birthcity\" placeholder=\"City\/Town*\" required><br>\n        <input type=\"text\" class=\"w3-input w3-border\" id=\"birthcountry\"  name=\"birthcountry\" placeholder=\"Country or Territory*\" required><\/p>\n    <p>7.Citizenship*\n          <input type=\"text\" class=\"w3-input w3-border\" id=\"citizenship\"  name=\"citizenship\" required onclick=\"agep()\"><\/p>\n   <h4>Home address<\/h4>\n   <p>9.Current residential address*<\/p>\n     \n    <input type=\"text\" class=\"w3-input w3-border\" id=\"mapt\"  name=\"mapt\" placeholder=\"Apt\/Unit\" ><br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"mstreetno\"  name=\"mstreetno\" placeholder=\"Street no.*\" required><br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"mstreetname\"  name=\"mstreetname\" placeholder=\"Street name*\" required><\/br>     \n    <input type=\"text\" class=\"w3-input w3-border\" id=\"macity\"  name=\"macity\" placeholder=\"City\/Town*\" required><br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"macountry\"  name=\"macountry\" placeholder=\"Country or Territory*\" required><br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"maprovince\"  name=\"maprovince\" placeholder=\"Province\" ><br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"mapcode\"  name=\"mapcode\" placeholder=\"Postal code\" >\n    <p>10.Telephone no.\n          <input type=\"text\" class=\"w3-input w3-border\" id=\"hphone\"  name=\"hphone\" placeholder=\"Home telephone number\"><\/br> \n      <input type=\"text\" class=\"w3-input w3-border\" id=\"wphone\"  name=\"wphone\" placeholder=\"Work telephone number\">   \n  <p>11.E-mail address\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"email\"  name=\"email\"><\/p>    \n\n    <!-----les membres de la famille----------->\n<h4>Please provide the following information for your spouse and all children (whether they are outside of Canada or already in Quebec): <\/h4>\n<div id=\"peopleContainer\"><\/div>\n<\/br>\n  <button type=\"button\" onclick=\"addPerson()\">Add a member<\/button>\n<\/br>\n<\/br>\n<!-----school--------------->\n  <h4>Information on your Secondary and postsecondary studies<\/h4>\n  <p>Have you had secondary study or any post secondary education (including university, college or apprenticeship training)?\n    <select  class=\"w3-select w3-border\" id=\"postedu\" name=\"postedu\" required onchange=\"val(this.id,'hideedu')\">\n              <option value=\"no\">No\n              <option value=\"yes\">Yes\n    <\/select><\/p>\n  <div id=\"hideedu\" >\n    <p>Indicate all the diplomas obtained, starting with the most recent, with the exception of the one corresponding to elementary school.<\/p>\n    <!--1 school-->\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"schoolse\"  name=\"schoolse\" placeholder=\"Name of institution\"><\/br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"scountry\"  name=\"scountry\" placeholder=\"Country or Territory\"><\/br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"title\"  name=\"title\" placeholder=\"Title of diploma obtained\"><\/br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"field\"  name=\"field\" placeholder=\"Field of training, if applicable\"><\/br>\n      <p>Period of studies:<\/br>From<input type=\"date\" class=\"w3-input w3-border\" id=\"sedudf\"  name=\"sedudf\">To:\n      <input type=\"date\" class=\"w3-input w3-border\" id=\"sedudt\"  name=\"sedudt\"><\/p>     \n      <button type=\"button\" id=\"study2b\" onclick=\"child('hidestudy2',this.id)\" name=\"study2b\">Second diploma<\/button> <\/br><\/br> \n   \n <!--2 school-->\n  <div id='hidestudy2'>\n    <p>2.<\/p>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"schoolse2\"  name=\"schoolse2\" placeholder=\"Name of institution\"><\/br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"scountry2\"  name=\"scountry2\" placeholder=\"Country or Territory\"><\/br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"title2\"  name=\"title2\" placeholder=\"Title of diploma obtained\"><\/br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"field2\"  name=\"field2\" placeholder=\"Field of training, if applicable\"><\/br>\n      <p>Period of studies:<\/br>From<input type=\"date\" class=\"w3-input w3-border\" id=\"sedudf2\"  name=\"sedudf2\">To:\n      <input type=\"date\" class=\"w3-input w3-border\" id=\"sedudt2\"  name=\"sedudt2\"><\/p>     \n      <button type=\"button\" id=\"study2b\" onclick=\"child('hidestudy3',this.id)\" name=\"study2b\">Third diploma<\/button> \n  <\/div><\/br>\n  <!--3 school-->\n  <div id='hidestudy3'>\n    <p>3.<\/p>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"schoolse3\"  name=\"schoolse3\" placeholder=\"Name of institution\"><\/br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"scountry3\"  name=\"scountry3\" placeholder=\"Country or Territory\"><\/br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"title3\"  name=\"title3\" placeholder=\"Title of diploma obtained\"><\/br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"field3\"  name=\"field3\" placeholder=\"Field of training, if applicable\"><\/br>\n      <p>Period of studies:<\/br>From<input type=\"date\" class=\"w3-input w3-border\" id=\"sedudf3\"  name=\"sedudf3\">To:\n      <input type=\"date\" class=\"w3-input w3-border\" id=\"sedudt3\"  name=\"sedudt3\"><\/p>     \n      <button type=\"button\" id=\"study3b\" onclick=\"child('hidestudy4',this.id)\" name=\"study4b\">Forth diploma<\/button> \n  <\/div><\/br>\n  <!--4 school-->\n  <div id='hidestudy4'>\n    <p>4.<\/p>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"schoolse4\"  name=\"schoolse4\" placeholder=\"Name of institution\"><\/br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"scountry4\"  name=\"scountry4\" placeholder=\"Country or Territory\"><\/br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"title4\"  name=\"title4\" placeholder=\"Title of diploma obtained\"><\/br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"field4\"  name=\"field4\" placeholder=\"Field of training, if applicable\"><\/br>\n      <p>Period of studies:<\/br>From<input type=\"date\" class=\"w3-input w3-border\" id=\"sedudf4\"  name=\"sedudf4\">To:\n      <input type=\"date\" class=\"w3-input w3-border\" id=\"sedudt4\"  name=\"sedudt4\"><\/p>     \n      <button type=\"button\" id=\"study5b\" onclick=\"child('hidestudy5',this.id)\" name=\"study5b\">Fifth diploma<\/button> \n  <\/div><\/br>\n<!--5 school-->\n<div id='hidestudy5'>\n  <p>5.<\/p>\n  <input type=\"text\" class=\"w3-input w3-border\" id=\"schoolse5\"  name=\"schoolse5\" placeholder=\"Name of institution\"><\/br>\n  <input type=\"text\" class=\"w3-input w3-border\" id=\"scountry5\"  name=\"scountry5\" placeholder=\"Country or Territory\"><\/br>\n  <input type=\"text\" class=\"w3-input w3-border\" id=\"title5\"  name=\"title5\" placeholder=\"Title of diploma obtained\"><\/br>\n  <input type=\"text\" class=\"w3-input w3-border\" id=\"field5\"  name=\"field5\" placeholder=\"Field of training, if applicable\"><\/br>\n    <p>Period of studies:<\/br>From<input type=\"date\" class=\"w3-input w3-border\" id=\"sedudf5\"  name=\"sedudf5\">To:\n    <input type=\"date\" class=\"w3-input w3-border\" id=\"sedudt5\"  name=\"sedudt5\"><\/p>     \n<\/div>\n<\/div>\n<!--school end-->\n<!--work-->\n<h4>Information on your work experience related to the temporary employment offered in Qu\u00e9bec<\/h4>\n<p>Indicate <b>only<\/b> relevant work experience for the temporary position offered in Qu\u00e9bec. Work experience must have been acquired legally in full-time or part-time paid jobs. <\/p>\n <!----1 work--------->\n  <p>1.<\/p>\n  <input type=\"text\" class=\"w3-input w3-border\" id=\"employCompany1\"  name=\"employCompany1\" placeholder=\"Full name of company\"><\/br>\n  <input type=\"text\" class=\"w3-input w3-border\" id=\"employcity1\"  name=\"employcity1\" placeholder=\"City\"><\/br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"employcountry1\"  name=\"employcountry1\" placeholder=\"Country or Territory\"><\/br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"positiontitle1\"  name=\"positiontitle1\" placeholder=\"Title of position held\"><\/br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"nhours1\"  name=\"nhours1\" placeholder=\"Number of hours worked per week\"><\/br>\n    <p>Period of employment:<\/br>from<input type=\"date\" class=\"w3-input w3-border\" id=\"employf1\"  name=\"employf1\"><\/p>\n  <p>To\n    <input type=\"date\" class=\"w3-input w3-border\" id=\"employt1\"  name=\"employt1\"><\/p>\n    <p>Mains tasks accomplished<\/p>\n      <textarea id=\"task1\" name=\"task1\" rows=\"5\" cols=\"50\"><\/textarea><\/br>\n    \n    \n<button type=\"button\" id=\"employment2\" onclick=\"child('hideemploy2',this.id)\" name=\"employment2\">Second employment<\/button>\n<hr>\n<!-----2 work------------>\n<div id='hideemploy2'>\n  <p>2<\/p>\n  <input type=\"text\" class=\"w3-input w3-border\" id=\"employCompany2\"  name=\"employCompany2\" placeholder=\"Full name of company\"><\/br>\n  <input type=\"text\" class=\"w3-input w3-border\" id=\"employcity2\"  name=\"employcity2\" placeholder=\"City\"><\/br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"employcountry2\"  name=\"employcountry2\" placeholder=\"Country or Territory\"><\/br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"positiontitle2\"  name=\"positiontitle2\" placeholder=\"Title of position held\"><\/br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"nhours2\"  name=\"nhours2\" placeholder=\"Number of hours worked per week\"><\/br>\n    <p>Period of employment:<\/br>from<input type=\"date\" class=\"w3-input w3-border\" id=\"employf2\"  name=\"employf2\"><\/p>\n  <p>To\n    <input type=\"date\" class=\"w3-input w3-border\" id=\"employt2\"  name=\"employt2\"><\/p>\n    <p>Mains tasks accomplished<\/p>\n      <textarea id=\"task2\" name=\"task2\" rows=\"5\" cols=\"50\"><\/textarea><\/br>\n       \n<button type=\"button\" id=\"employment3\" onclick=\"child('hideemploy3',this.id)\" name=\"employment3\">Third employment<\/button><hr>\n<\/div>\n<!------3 work------------->\n<div id='hideemploy3'>\n  <p>3<\/p>\n  <input type=\"text\" class=\"w3-input w3-border\" id=\"employCompany3\"  name=\"employCompany3\" placeholder=\"Full name of company\"><\/br>\n  <input type=\"text\" class=\"w3-input w3-border\" id=\"employcity3\"  name=\"employcity3\" placeholder=\"City\"><\/br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"employcountry3\"  name=\"employcountry3\" placeholder=\"Country or Territory\"><\/br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"positiontitle3\"  name=\"positiontitle3\" placeholder=\"Title of position held\"><\/br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"nhours3\"  name=\"nhours3\" placeholder=\"Number of hours worked per week\"><\/br>\n    <p>Period of employment:<\/br>from<input type=\"date\" class=\"w3-input w3-border\" id=\"employf3\"  name=\"employf3\"><\/p>\n  <p>To\n    <input type=\"date\" class=\"w3-input w3-border\" id=\"employt3\"  name=\"employt3\"><\/p>\n    <p>Mains tasks accomplished<\/p>\n      <textarea id=\"task3\" name=\"task3\" rows=\"5\" cols=\"50\"><\/textarea><\/br>\n       \n<button type=\"button\" id=\"employment4\" onclick=\"child('hideemploy4',this.id)\" name=\"employment4\">Forth employment<\/button><hr>\n<\/div>\n<!------4 work------------->\n<div id='hideemploy4'>\n  <p>4<\/p>\n  <input type=\"text\" class=\"w3-input w3-border\" id=\"employCompany4\"  name=\"employCompany4\" placeholder=\"Full name of company\"><\/br>\n  <input type=\"text\" class=\"w3-input w3-border\" id=\"employcity4\"  name=\"employcity4\" placeholder=\"City\"><\/br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"employcountry4\"  name=\"employcountry4\" placeholder=\"Country or Territory\"><\/br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"positiontitle4\"  name=\"positiontitle4\" placeholder=\"Title of position held\"><\/br>\n    <input type=\"text\" class=\"w3-input w3-border\" id=\"nhours4\"  name=\"nhours4\" placeholder=\"Number of hours worked per week\"><\/br>\n    <p>Period of employment:<\/br>from<input type=\"date\" class=\"w3-input w3-border\" id=\"employf4\"  name=\"employf4\"><\/p>\n  <p>To\n    <input type=\"date\" class=\"w3-input w3-border\" id=\"employt4\"  name=\"employt4\"><\/p>\n    <p>Mains tasks accomplished<\/p>\n      <textarea id=\"task4\" name=\"task4\" rows=\"5\" cols=\"50\"><\/textarea><\/br>\n<\/div>\n<!-------work end--------->\n\n<!-------sejour--------->\n<h4>Stay in Quebec<\/h4>\n  <p>You must declare your residence status in Quebec during the last five years. Check the box corresponding to your situation. <\/p>\n   <!----1 sejour--------->\n    <p>1.<\/p>\n    \n      <p>Period of stay :<\/br>\n        From\n        <input type=\"date\" class=\"w3-input w3-border\" id=\"sjourfr1\"  name=\"sjourfr1\"><\/p>\n      <p>To\n      <input type=\"date\" class=\"w3-input w3-border\" id=\"sjourto1\"  name=\"sjourto1\"><\/p>\n      <p>Your status of stay in Quebec\n        <select id=\"sjourstatut1\" class=\"w3-select w3-border\" name=\"sjourstatut1\" onclick=\" val(this.id, 'sjourautre1')\">\n            <option value=\"\"><\/option>\n            <option value=\"Student permit\">Student permit\n            <option value=\"Work permit\">Work permit\n            <option value=\"Visitor record\">Visitor record\n            <option value=\"other\">Others\n        <\/select>\n        <div id=\"sjourautre1\">\n             <input type=\"text\" class=\"w3-input w3-border\" id=\"sjourother1\"  name=\"sjourother1\" placeholder=\"You have selected 'Others' above, please provide details.\">\n        <\/div>\n      <\/p><\/br>      \n  <button type=\"button\" id=\"bsejour2\" onclick=\"child('sejour2',this.id)\" name=\"bsejour2\">The second <\/button>\n  <hr>\n  <!-----2 sejour------------>\n  <div id='sejour2'>\n    <p>2<\/p>\n    <p>Period of stay :<\/br>\n        From\n        <input type=\"date\" class=\"w3-input w3-border\" id=\"sjourfr2\"  name=\"sjourfr2\"><\/p>\n      <p>to\n      <input type=\"date\" class=\"w3-input w3-border\" id=\"sjourto2\"  name=\"sjourto2\"><\/p>\n      <p>Your status of stay in Quebec\n        <select id=\"sjourstatut2\" class=\"w3-select w3-border\" name=\"sjourstatut2\" onclick=\" val(this.id, 'sjourautre2')\">\n            <option value=\"\"><\/option>\n            <option value=\"Student permit\">Student permit\n            <option value=\"Work permit\">Work permit\n            <option value=\"Visitor record\">Visitor record\n            <option value=\"other\">Others\n        <\/select>\n        <div id=\"sjourautre2\">\n             <input type=\"text\" class=\"w3-input w3-border\" id=\"sjourother2\"  name=\"sjourother2\" placeholder=\"You have selected 'Others' above, please provide details.\">\n        <\/div>\n      <\/p><\/br>  \n         \n  <button type=\"button\" id=\"bsejour3\" onclick=\"child('sejour3',this.id)\" name=\"bsejour3\">The third<\/button><hr>\n  <\/div>\n  <!------3 sejour------------->\n  <div id='sejour3'>\n    <p>3<\/p>\n    <p>Period of stay :<\/br>\n        From\n        <input type=\"date\" class=\"w3-input w3-border\" id=\"sjourfr3\"  name=\"sjourfr3\"><\/p>\n      <p>To\n      <input type=\"date\" class=\"w3-input w3-border\" id=\"sjourto3\"  name=\"sjourto3\"><\/p>\n      <p>Your status of stay in Quebec\n        <select id=\"sjourstatut3\" class=\"w3-select w3-border\" name=\"sjourstatut3\" onclick=\" val(this.id, 'sjourautre3')\">\n            <option value=\"\"><\/option>\n            <option value=\"Student permit\">Student permit\n            <option value=\"Work permit\">Work permit\n            <option value=\"Visitor record\">Visitor record\n            <option value=\"other\">Others\n        <\/select>\n        <div id=\"sjourautre3\">\n             <input type=\"text\" class=\"w3-input w3-border\" id=\"sjourother3\"  name=\"sjourother3\" placeholder=\"You have selected 'Others' above, please provide details.\">\n        <\/div>\n      <\/p><\/br>  \n         \n      <button type=\"button\" id=\"bsejour4\" onclick=\"child('sejour4',this.id)\" name=\"bsejour4\">the forth<\/button><hr>\n  <\/div>\n  <!------4 sejour------------->\n  <div id='sejour4'>\n    <p>4<\/p>\n    <p>Period of stay  :<\/br>\n        From\n        <input type=\"date\" class=\"w3-input w3-border\" id=\"sjourfr4\"  name=\"sjourfr4\"><\/p>\n      <p>To\n      <input type=\"date\" class=\"w3-input w3-border\" id=\"sjourto4\"  name=\"sjourto4\"><\/p>\n      <p>Your status of stay in Quebec\n        <select id=\"sjourstatut4\" class=\"w3-select w3-border\" name=\"sjourstatut4\" onclick=\" val(this.id, 'sjourautre4')\">\n            <option value=\"\"><\/option>\n            <option value=\"Student permit\">Student permit\n            <option value=\"Work permit\">Work permit\n            <option value=\"Visitor record\">Visitor record\n            <option value=\"other\">Others\n        <\/select>\n        <div id=\"sjourautre4\">\n             <input type=\"text\" class=\"w3-input w3-border\" id=\"sjourother4\"  name=\"sjourother4\" placeholder=\"You have selected 'Others' above, please provide details.\">\n        <\/div>\n      <\/p><\/br>  \n      <button type=\"button\" id=\"bsejour5\" onclick=\"child('sejour5',this.id)\" name=\"bsejour5\">The fifth<\/button><hr>\n  <\/div>\n  <!------5 sejour------------->\n  <div id='sejour5'>\n    \n    <p>5<\/p>\n    <p>Period of stay :<\/br>\n        From\n        <input type=\"date\" class=\"w3-input w3-border\" id=\"sjourfr5\"  name=\"sjourfr5\"><\/p>\n      <p>To\n      <input type=\"date\" class=\"w3-input w3-border\" id=\"sjourto5\"  name=\"sjourto5\"><\/p>\n      <p>Your status of stay in Quebec\n        <select id=\"sjourstatut5\" class=\"w3-select w3-border\" name=\"sjourstatut5\" onclick=\" val(this.id, 'sjourautre5')\">\n            <option value=\"\"><\/option>\n            <option value=\"Student permit\">Student permit\n            <option value=\"Work permit\">Work permit\n            <option value=\"Visitor record\">Visitor record\n            <option value=\"other\">Others\n        <\/select>\n        <div id=\"sjourautre5\">\n             <input type=\"text\" class=\"w3-input w3-border\" id=\"sjourother5\"  name=\"sjourother5\" placeholder=\"You have selected 'Others' above, please provide details.\">\n        <\/div>\n      <\/p><\/br>  \n  <\/div>\n  <!------ sejour end------------->\n <input type=\"submit\" name=\"submit0506en\"  value=\"Submit\" >  <\/div>\n                            \n<\/form>\n<\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Information on your identity Have you applied CAQ work before?* SelectNoYes Please provide num\u00e9ro de r\u00e9f\u00e9rence individuel or num\u00e9ro de demande* 1.Full name* 2.Have you ever used any other name(e.g. Nickname, maiden name, alias, etc)?* NoYes please provide the name Family name after marriage Given name 3.Sex* FemaleMale 4.Passport no.* (If you have more than&hellip; <a class=\"more-link\" href=\"https:\/\/montrealvisa.ca\/forms\/mv-0506-en\/\">Continue reading <span class=\"screen-reader-text\">CAQ-WORK 0506<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-546","page","type-page","status-publish","hentry","entry"],"_links":{"self":[{"href":"https:\/\/montrealvisa.ca\/forms\/wp-json\/wp\/v2\/pages\/546","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/montrealvisa.ca\/forms\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/montrealvisa.ca\/forms\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/montrealvisa.ca\/forms\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/montrealvisa.ca\/forms\/wp-json\/wp\/v2\/comments?post=546"}],"version-history":[{"count":21,"href":"https:\/\/montrealvisa.ca\/forms\/wp-json\/wp\/v2\/pages\/546\/revisions"}],"predecessor-version":[{"id":1564,"href":"https:\/\/montrealvisa.ca\/forms\/wp-json\/wp\/v2\/pages\/546\/revisions\/1564"}],"wp:attachment":[{"href":"https:\/\/montrealvisa.ca\/forms\/wp-json\/wp\/v2\/media?parent=546"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}