DescriptionYou can easily change the field size in any Custom Field (types: Text, Textarea, selectlist,...) Requirements
How to:There are three ways to accomplish this: |
|
| Read more... |
Missing screencast Help us improve the documentation page and Win a free copy of BB Flashback PRO* DefinitionHTML anchor < a > tag is also very useful for creating bookmark links. HTML bookmark tag links help in linking the different parts of a single HTML document. HTML bookmark tag link navigates the web page to the targeted location of same or different web page. name attribute of HTML anchor <a> tag provides the feature of bookmark links. In Contact Enhanced there are the following bookmark tags: <a name="sidebar" ></a> <a name="map" ></a> <a name="form" ></a> UsageYou can navigate to this bookmark by using href="#form" in another HTML anchor <a> tag link, the code below works within the same Contact Enhanced page: <a href="#form">Go to Contact Form</a> If you want to open the bookmark of another web page then you have to specify the page name also. For example you want to add a link a link to the Contact Enhanced form inside a content Article, then you can add the target bookmark link to your content article as following: <a href="/http://yoursite.com/uri_to_the_contact_enhanced_contact_form#form"> |
Missing screencast Help us improve the documentation page and Win a free copy of BB Flashback PRO* Contact Enhanced (CE) tries to inherit most of your template's style. However if it does not fit your needs you can add a class to your css file; Follow these simple steps: |
|
| Read more... |
DescriptionYou can integrate Contact Enhanced with Google Docs -> Spreadsheets;Requirement
|
|
| Read more... |
We'll use the MooTools (javascript) framework for this, so in case you want understand the inner works and you are not familiar with MooTools (the default javascript framework in Joomla) you need to do some reading: http://docs.mootools.net/ |
|
| Read more... |
Select Components → Contact Enhanced from the drop-down menu on the back-end of your Joomla! then click the Parameters (Options) button and set Show user info to No; |
Attributes provide additional information about HTML elements, this values can be used in the Custom Fields Attributes field.
|
|
| Read more... |
How to use HTML Templates in Contact Enhanced 2:39 minutes 170 views Average: 5.00 Votes: 2
|
|
| Read more... |
This is a reply to this post. We'll use the MooTools (javascript) framework for this, so in case you want understand the inner works and you are not familiar with MooTools (the default javascript framework in Joomla) you need to do some reading: http://docs.mootools.net/
|
|
| Read more... |
You can configure Contact Enhanced to display a Registration Form, however please keep in mind that this is not the main purpose of Contact Enhanced, therefore the only Custom Fields recorded on the User's database table are:
|
Missing screencast Help us improve the documentation page and Win a free copy of BB Flashback PRO* Translate Contact Enhanced Using Transifex
Contact Enhanced is already translated into some languages, if it is not translated into your language, you can translate it yourself and it is not hard to do. There are 2 language files to create to translate the component, one for the frontend, one for the backend. These files have to be named following the convention (see a list with the most common COUNTRY-CODE): [language-code]-[COUNTRY-CODE].com_contact_enhanced.ini For example: en-GB.com_contact_enhanced.ini for english, pt-BR.com_contact_enhanced.ini for Brazilian Portuguese. They have to be placed in the folder corresponding to the language and the frontend/admin part, for example: |
|
| Read more... |
Missing screencast Help us improve the documentation page and Win a free copy of BB Flashback PRO* You can set each form a different Custom Redirect. Select a contact from Components -> Contact Enhanced -> Contacts, then set Custom redirect under the Advanced Parameters slider;
In the Custom Redirect paramenter you have to write: index.php?option=com_content&view=article&task=view&id=0000, Change 0000 for the article id that can be found at article manager, or you can add any URL starting with http:// Please note that if you use an internal URL starting with index.php the Contact Enhanced will set a "Thank you note" in the System Message, however if you add an internal URL starting with http:// the System Message will not be set. |
DescriptionCustom Fields allows you to extend the functionality of Contact Enhanced. Requirement
UsageSelect Components → Contact Enhanced → Custom Fields from the drop-down menu of the Joomla! Administrator Panel. To add a new Custom Field, press the "New" icon in the toolbar. To edit an existing Custom Field, click on the Custom Field's Name or click the Custom Field's checkbox and then click on the "Edit" icon in the toolbar. |
|
| Read more... |
DescriptionYou can integrate AcyMailing with Contact Enhanced so that when a user submits a form, this user is also subscribed to one or several AcyMailing Lists. Contact Enhanced uses the AcyMailing API, so it will work with all Acymailing Versions (including Starter). Requirements
|
|
| Read more... |
| With Campaign Monitor Custom Field your can display your CampaignMonitor lists so your users can subscribe themselves when they send submit the Contact form.
You have to sign up to Campaign Monitor and add the API and ClientID to the Custom Field Parameters, which are only displayed after you save the form. |
|
| Read more... |
| Chained Selects lets you "chain" multiple select lists together so that the selection in a "parent" list can tailor the options available in a "child" list. Chained Selects supports unlimited unlimited number of "chains" in in a form.
In order to Create a chain select list you have to use the SQL Custom field and the fields will be loaded using AJAX JSON Calls. The first option of a Chain select list can also be a Radio list. |
|
| Read more... |
DescriptionYou can add any CSS code to a page where a Contact Enhanced form is published. Please do not confuse this Custom Field with the Attributes Field of every Custom Field where you can add the style="" attribute. Requirement
|
|
| Read more... |
|
Value: Blank Output:
|
|
| Read more... |
|
Value: Blank Output:
|
|
| Read more... |
|
Value: Any text The value will be displayed in the email message; Advanced: If you want to integrate Contact Enhanced with other systems you just you can send variables in the URL that will populate the fields; You will just have to add cf_ID=example to the URL, where ID stands for the Custom Field ID, so it will look something like this: http://ideal.fok.com.br/support/contact.html?cf_12=Your Question goes here&cf_15=My Transaction ID |
DescriptionYou can add any JavaScript code to a page where a Contact Enhanced form is published. Please do not confuse this Custom Field with the Attributes Field of every Custom Field where you can add html attributes such as onblur="", onchange="", cols="", rows="" ,.... Requirement
|
|
| Read more... |
DescriptionYou can break a contact form into multiple pages. This will allow you to collect data in a contact form over multiple pages (steps) instead of all in one. |
|
| Read more... |
DescriptionYou can add PHP code to a page where a Contact Enhanced form is published. Requirement
|
|
| Read more... |
|
Value:
|
Missing Screencast Help us improve the documentation page and Win a free copy of BB Flashback PRO* In Contact Enhanced for Joomla 1.6 or newer this is very easy! Go to Components -> Contact Enhanced -> Custom fields, open the original custom field set the language to English under the Publishing Info slider and then change the name of the field for the new language and set the language to the chosen one and hit Save as a Copy and you are done.
In Joomla 1.5 it is a bit more complicated because it requires you to use Joom!Fish and it cannot translate multiple database tables per component. Please read this forum post.
|
|
Most most users will be able to use the Automated Installation procedure:
|
|
| Read more... |
Contact Enhanced is very easy to set up, but because it has so many options it might bit a bit confusing for beginners, so Bob Meetin created a cheatsheet* for the basic usage. Keep reading it! |
|
| Read more... |
Contact Enhanced uses the Google Maps (formerly Google Local) API to show a map based on the contact address. Take a look at some of the features:
Screencast by Goran; |
| This Screencast shows how to edit the Component Parameters (Options in Joomla 2.5). Remember that all Component Parameters are overridden by the Menu Item parameters. This feature allows you to have different configurations for each form; |
Missing screencast Help us improve the documentation page and Win a free copy of BB Flashback PRO* How to Access Select Components → Contact Enhanced → Custom Values from the drop-down menu on the back-end of your Joomla! installation. DescriptionThe Custom Fields Manager screen allows you to create advanced Custom Fields using the SQL custom field type; Details
|
|
| Read more... |
Missing screencast Help us improve the documentation page and Win a free copy of BB Flashback PRO* How to Access
Navigate to the Contact Enhanced Manager. To add a new Contact, press the "New" icon in the toolbar. To edit an existing Contact, click on the Contact's Name or click the Contact's checkbox and then click on the "Edit" icon in the toolbar. DescriptionThis is where you can add a Contact or edit an existing Contact. Contact Enhanced allow you to list people on your web site. They also allow users to send e-mails to those people. |
|
| Read more... |
Navigate to the Custom Fields Manager. To add a new Custom Field, press the "New" icon in the toolbar. To edit an existing Custom Field, click on the Custom Field's Name or click the Custom Field's checkbox and then click on the "Edit" icon in the toolbar. DescriptionThis is where you can add a Custom Field or edit an existing one. Contact Enhanced allows you to list Custom Fields on your web site's contact forms. Contact Enhaced has the ability to allow you (site administrator) to assign custom fields to a contact category. Therefore you have to create a category before you create a custom field. Your users will be able to fill that custom field when they submit the form. |
|
| Read more... |
How to access Select Components → Contact Enhanced → Custom Fields from the drop-down menu on the back-end of your Joomla! installation. DescriptionContact Enhaced has the ability to allow you (site administrator) to assign custom fields to a contact category. Therefore you have to create a category before you create a custom field. Your users will be able to fill that custom field when they submit the form. |
|
| Read more... |
Select Components → Contact Enhanced → Contacts from the drop-down menu on the back-end of your Joomla! installation. DescriptionThe Contact Enhanced Manager screen allows you to add contact information to your Joomla! site. You can enter information such as name, address, phone and e-mail. You can also link contacts to registered users. Afterwards, you can use the Menu Manager to create front-end links to the the contacts. |
|
| Read more... |
DescriptionA QR code (abbreviated from Quick Response code) is a specific matrix barcode (or two-dimensional code) that is readable by dedicated QR barcode readers, camera telephones, and to a less common extent, computers with webcams. The code consists of black modules arranged in a square pattern on a white background. The information encoded may be text, URL, or other data. Wikipedia |
|
| Read more... |
DescriptionOption to allow an usergroup to edit a contact details without back-end (administrator) access. Only the user linked to a contact can edit the contact; |
|
| Read more... |
Missing screencast Help us improve the documentation page and Win a free copy of BB Flashback PRO* Contact Enhanced uses MooTools to validate the form, load the Maps and to perform effects and AJAX/JSON calls; How to find out if your template is using jQuery:
Solution: Some users have reported that using a Plugin called jQuery Easy has helped them to solve the problem. |
Missing screencast Help us improve the documentation page and Win a free copy of BB Flashback PRO* Well,this can happen due to following reasons;
Here are the steps to solve it:
|
Missing screencast Help us improve the documentation page and Win a free copy of BB Flashback PRO* Not receiving your mail? It is usually related to mail server misconfiguration or security rules; Here are a few common problems to check:
|
Missing screencast Help us improve the documentation page and Win a free copy of BB Flashback PRO* Contact Enhanced requires PHP5 in order to work! Please read the news published on the PHP.net website: On July 13, 2004, PHP 5 was released, powered by the new Zend Engine II. PHP 5 included new features such as improved support for object-oriented programming, the PHP Data Objects extension (which defines a lightweight and consistent interface for accessing databases), and numerous performance enhancements.The most recent update released by The PHP Group is for the older PHP version 4 code branch. As of August, 2008 this branch is up to version 4.4.9. PHP 4 is no longer under development nor will any security updates be released. Therefore we advise you to update your php version. In order to check which version you are using, please select
Some Ajax/JSON related features also require PHP 5.2 or newer. |
Missing screencast Help us improve the documentation page and Win a free copy of BB Flashback PRO* If you have a component (extension) that for some reason does generate Notices, then you can safely turn off this in Joomla Configuration. Notices are not real errors, they are merley informations for developer in order to help them either improve the performance or to avoid some bugs due to some unitialized variables. If there are notices in our extensions, please let us know. We will work to eliminate them! There is no real need for a joomla running website to have notices turned on, but some hosings have this as a default. To turn notices on, follow the following steps... |
|
| Read more... |
Missing screencast Help us improve the documentation page and Win a free copy of BB Flashback PRO* As a strategy to enhance the User Experience 1 our Joomla extensions uses Joomla default messaging system. Most comercial and free Joomla templates have this capability. My template's message look like this:
If your template does not have this option, all you have to do is add a small piece of code to your template and a little css to your main css file (in case it does not have it). Add the following code to your template where you want all system messages to be displayed, usually inside the same div that displays the content: |
|
| Read more... |
Missing screencast Help us improve the documentation page and Win a free copy of BB Flashback PRO* Though PHP presents a very versatile and user friendly interface for handling file uploads, the default installation is not geared for working with files in excess of 2 Mega Bytes. This article will help you configure your PHP engine for handling such large file transfers. The php.ini FileAll the configuration settings for your PHP installation are contained in the php.ini file. Sometimes these setting might be overridden by directives in apache .htaccess files or even with in the scripts themselves. However you cannot over ride some of the settings that effect file uploads with .htaccess directives in this way. So let's just concentrate on the ini file. If you do not have access to your PHP configuration file might have to contact your web hoosting service provider. To find the location of your php.ini file and the current values for the following settings that we need to modify, please go to:
|
|
| Read more... |
Missing screencast Help us improve the documentation page and Win a free copy of BB Flashback PRO* This can be due two main reasons:
Possible solutions:Change the permitions of the [Joomla]/tmp/ folder:
Change the memory_limit:
|
Missing screencast Help us improve the documentation page and Win a free copy of BB Flashback PRO* Contact Enhanced tries to inherit most of your template's styling, however some templates have HTML override for Joomla core components and/or style your core components differently. In these cases sometimes your custom field's borders will disappear. When this happens you will have to add the line below to the CE's CSS file:
.ce-container .inputbox{border:1px inset !important} |
Joomla 1.6+ comes with MooTools 1.3 which has its own validation script, which Contact Enhanced uses. The translation for the error messages (for some languages, see language codes) are in the MooTools javascript files: [Path to Joomla 1.6+]/media/system/js/mootools-core.js Current languages in MooTools language files: ar-AA, ca-CA, ca-ES, cs-CZ, da-DK, de-DE, en-US, en-UK, en-AU, es-AR, es-ES, et-EE, fa-IR, fi-FI, fr-FR, he-IL, hu-HU, it-IT, ja-JP, nl-NL, nl-BE, no-NO, pl-PL, pt-BR, pt-PT, ru-RU, si-SI, sv-SE, tr-TR, uk-UA, zh-CN, zh-TW If it is not translated into your language, open this file: [Path to Joomla 1.6+]/components/com_contactenhanced/assets/js/mootools-languages/locale.en-US.js and copy to: [Path to Joomla 1.6+]/components/com_contactenhanced/assets/js/mootools-languages/locale.language-CODE.js where language-CODE follows this convention [language-code]-[COUNTRY-CODE]. (see a list with the most common COUNTRY-CODE) Then Translate all content of the file inside single quotes, except for the strings 'Date', 'Number' and 'FormValidator'. |
DescriptionWith this new module we can display the contents of a category in a list layout. We can also display multiple categories. Requirements
|
|
| Read more... |
For more info, please go to the CE Feedback page; |
| With the Contact Enhanced plugin you can display forms inside Joomla Content Articles, by adding the following tag: {loadcontact id=|ID| } You just have to change the ID for your contact id; You can also add the Map or display in a modal window using this code: {loadcontact id=|ID| map=|before_form OR after_form| type=|embedded OR modal| text=|Text to that will display when type is set to modal| } For Joomla 1.6+ you have a few additional options, Contact details and Contact image, by using this code: {loadcontact id=|ID| map=|before_form OR after_form| details=|before_form OR after_form OR before_map OR after_map| image=|before_details OR after_details| type=|embedded OR modal| text=|Text to that will display when type is set to modal| modal_width=|800l| modal_height=|500| modal_template=|beez5| } Syntax explained:
If you enable the "Button - Contact Enhanced Form" Plugin in order to help add Contact Enhanced (CE) Form into an article. It will add a button below your WYSIWYG Editor. Important:
This screencast made by Dale covers the installation and usage of the Contact Enhanced plugin.
|
Missing screencast Help us improve the documentation page and Win a free copy of BB Flashback PRO* Please follow these steps:
Please note that in Joomla 1.5 the CAPTCHA plugin only appears to non-registred members of your website, so if you are and administrator, for example, you must log out to view it on your contact page.
Written by Trevor and updated by Douglas |
|
|
| Read more... |

