Please describe the issue you're having
If you accept the answer, please mark the topic as [SOLVED] by clicking the tick.

Moderators: RussH, cptr13

Forum rules: Just please remember to play nicely once you walk through the door. You can disagree with us, or any other commenters in this forum, but respect our space and keep your comments directed to the topic at hand.
#3237
Best guess:
modules/settings/CareerPortalTemplateEdit.tpl


<select id="jobapplyselect<?php echo($index); ?>">
<option value="<input-firstName>">First Name *</option>
<option value="<input-lastName>">Last Name *</option>
<option value="<input-address>">Address Line</option>
<option value="<input-city>">City</option>
<option value="<input-state>">State</option>
<option value="<input-zip>">Zip Code</option>

Change zip to postal. Save the file
#3252
Hi Paul,

for all this - if you don;t want to grep your own installation, then just search the github repo for the string you want to find;
Code: Select all
https://github.com/opencats/OpenCATS/search?utf8=%E2%9C%93&q=%22zip+code%22&type=
and it'll be one of the results you need to amend.

It's essential to keep these synchronized to ensur[…]

Export part in Job Order order search

Same problem as mine. Maybe you're right, I'll che[…]

The error message you're encountering indicates th[…]

Errors restoring mysqldump backup

doesnot work for me