Forums

ChronoConnectivity Search box size

rcadmin 06 Nov, 2012
The search box for Connectivity appears to be hard coded
<div id="search_form">
			<form action="/index.php/year-7-8-enrollment-management" method="post" name="searchForm" id="searchForm">
			<label for="search_string"><strong>Search:</strong></label>
			<input name="_cc_search_string" id="search_string" value="" size="100" type="text">
			<input name="_cc_search_button" value="Search" type="submit">
			<input name="_cc_search_button" value="Reset" onclick="document.getElementById('search_string').value = '';" type="submit">
		</form>
	</div>


Where can I go to change the size from 100 (I am happy to do a hack if needs be)?
Max_admin 06 Nov, 2012
Hi,

There is a search event which you can set to a new form event with the box code, OR you may simply style your input using the id.

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
rcadmin 06 Nov, 2012
Thanks, I styled it using the ID :-)
This topic is locked and no more replies can be posted.