FEATURE SUGGESTION - add email field type #283

Closed
opened 2018-05-10 22:19:19 +00:00 by cpaschen · 3 comments
cpaschen commented 2018-05-10 22:19:19 +00:00 (Migrated from github.com)

The install package for JCB (as of 2.7.9) does not include the Email for field type (https://docs.joomla.org/Special:MyLanguage/Email_form_field_type)

Although this can be added manually, it would be good to have all the standard Joomla types included with the install.

The install package for JCB (as of 2.7.9) does not include the Email for field type (https://docs.joomla.org/Special:MyLanguage/Email_form_field_type) Although this can be added manually, it would be good to have all the standard Joomla types included with the install.

hmm strange.. as far as I know it is included, let me check...

hmm strange.. as far as I know it is included, let me check...

ahaaa it is because it use to be a text field:

<field
	type="text"
	name="email"
	label="Email"
	size="40"
	maxlength="150"
	description="Add your email here"
	class="text_area"
	required="true"
	filter="STRING"
	validate="email"
	message="please add an email here"
	hint="your@email.com"
/>

But okay... I will add the email type with the next update/release but do note that this will not update your field types, it will only mean a fresh install will have it.

ahaaa it is because it use to be a text field: ```xml <field type="text" name="email" label="Email" size="40" maxlength="150" description="Add your email here" class="text_area" required="true" filter="STRING" validate="email" message="please add an email here" hint="your@email.com" /> ``` But okay... I will add the email type with the next update/release but do note that this will not update your field types, it will only mean a fresh install will have it.
cpaschen commented 2018-05-10 23:17:28 +00:00 (Migrated from github.com)

Yes, I've been manually adding that for a while and keep forgetting to mention it.
And I only think of it when I start a new project (i.e. install new JCB).
Thanks.

Yes, I've been manually adding that for a while and keep forgetting to mention it. And I only think of it when I start a new project (i.e. install new JCB). Thanks.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joomla/Component-Builder#283
No description provided.