I can only see the forms for myself obviously but for the process looks a little something like this. You'll need to have developer tools open which might depend on the browser:Hi guys, Is anyone here able to submit the documents without
Hi, can you explain how you fix it please? I've been trying to do this process but is not working for me. Thank you
1 - Navigate to your (primary applicant) personal details section and then expand "Immigration history and citizenships"
2 - This assumes that you're currently a resident in Canada but if you're not then I guess you could temporarily change your form to be a resident of Canada. Right click on the postal code section and "Inspect". In the html you're looking for the container with
id="provincePostalCodeOfResidence"
-> Copy this entire section, you might want to paste it into a text editor3 - Navigate out of this form and into the problem form (for me, my spouse). Find the same section as in 1.
4 - For me (in Chrome) inspect the "Country of residence" field, this should have an owning container like
<div class="eapp-question-and-answer form-group" ...
5 - In the area below the following "clearfix" insert the copied code. You can do this in chrome by right click + "Edit as HTML" and pasting the code above
6 - If all goes well you should now have the two fields you require (province + post code) in the form and you can save/exit once they're filled in.
I don't know if this issue is effecting other countries but I don't really want to mess with the form more than I have to!
Hope this helps