• Hey!

    This page is great for people who just want to send in a resume! Um.. just one question, I have my application form settings set to HTML List, and one of the lists is showing up as radio buttons, is there anyway to make those check boxes instead without editing the back-end files??

    I can’t really show what I mean, as my site is only locally located at the moment. Here is a snippet of the code I’m talking about though:

    <div class="job-app col-12">
    	<form action="" enctype="multipart/form-data" onsubmit="return jobman_apply_filter()" method="post">
    		<input type="hidden" name="jobman-apply" value="1">
    		<input type="hidden" name="jobman-jobid" value="-1">
    		<input type="hidden" name="jobman-categoryid" value="">
    		<p><strong>Select the jobs you would like to apply for</strong>: 
    			<span id="jobman-jobselect">
    				<span style="" class="">
    					<span>
    						<label>
    							<input type="radio" name="jobman-jobselect" title="CCTV Water and Wastewater Technician" value="244"> CCTV Water and Wastewater Technician</label>
    					</span>
    					<span>
    						<label>
    							<input type="radio" name="jobman-jobselect" title="Receptionist" value="269"> Receptionist
    						</label>
    					</span>
    					<span>
    						<label>
    							<input type="radio" name="jobman-jobselect" title="Hydrovac Flusher Truck Operator" value="271"> Hydrovac Flusher Truck Operator
    						</label>
    					</span>
    					<span>
    						<label>
    							<input type="radio" name="jobman-jobselect" title="Reline Labourer" value="272"> Reline Labourer
    						</label>
    					</span>
    				</span>
    			</span>
    		</p>
    
    		<p><strong>Select the categories that you are interested in</strong>: 
    			<span id="jobman-catselect">
    				<span style="" class="">
    					<span><input type="checkbox" name="jobman-catselect[]" title="All Categories" value="all-categories"> All Categories</span>
    					<span><input type="checkbox" name="jobman-catselect[]" title="CCTV Division" value="cctv-division"> CCTV Division</span>
    					<span><input type="checkbox" name="jobman-catselect[]" title="Head Office" value="head-office"> Head Office</span>
    					<span><input type="checkbox" name="jobman-catselect[]" title="HVAC Division" value="hvac-division"> HVAC Division</span>
    					<span><input type="checkbox" name="jobman-catselect[]" title="Reline Division" value="reline-division"> Reline Division</span>
    					<span><input type="checkbox" name="jobman-catselect[]" title="Service Division" value="service-division"> Service Division</span>
    				</span>
    			</span>
    		</p>
    	</form>
    </div>

    Thanks in advance!

  • The topic ‘Application Option even no jobs are posted – ‘select jobs dropdown list’’ is closed to new replies.