joomla registration form and multiple groups - joomla3.0

I need to create a custom registration form in joomla with the possibility to select a group.
Example 1:
User A selects the group "Group1" and displays the registration form with the fields "First name,"
The user selects the B group "Group2" and displays the registration form with the fields "Name, Last Name, City, away,"
Example 2 with Photos:
There is a component in joomla that can do this?
Thank you so much for the help.

You can achieve this with ChronoForms (especially v5) using DIV IDs or similar for the fields you want to show or hide together with a few lines of JavaScript.
The choice can be controlled via check box(es) or a drop down menu etc.
There are some examples of this in the ChronoEngine forums e.g.:
http://www.chronoengine.com/forums/posts/f5/t95421/hide-unhide-div-container-easy.html?hilit=show+hide+dropdown+javascript
You can find more examples by searching the forums for "hide unhide javascript"

Two form components in Joomla with extensive options and database integration are ChronoForms and RSForms Pro which I recommend.
http://extensions.joomla.org/extensions/contacts-and-feedback/forms/4964
[http://extensions.joomla.org/extensions/contacts-and-feedback/forms/15082

Related

How to use Django oscar catalogue options?

I have a product where it as multiple options for the user to select. say its a food item and it has different flavours and size packs.So i need to have an option in the UI for the users to select the option they want and that product need to be added to the basket with the user provided options.My question is how can i create these options in the backend and show that options in the UI.I saw a model named options in the admin dashboard.How can i make use of it.

A questionnaire page with multi select dropdownlist in MVC5

I'm new to MVC, This might be simple but I've looked everywhere for a solution and no luck. My problem is that I have a page that will contain many drop down lists of lines and not just one word. The user must select at least one line or more from each list. when they hit submit, all the selected items need to populate either on a pdf or a blank pop up as TXT. I've looked into enums, select2, chosen, Bootstrap select... the project I'm adding this page in is MVC5 code first approach with a database of users, the users function is to have roles assigned for different questionnaire. any help will be greatly appreciated. Thank you!

Iframe content not able to save in module params Joomla

I am using Joomla3 with tinymce editor. I have created one module and adding one params in textarea
I am adding iframe code
in text area
but it's not saving. If i am save normal text string then it's saving
Please help me
I believe you need to add a filter to your xml code.
such as:
filter="RAW" or, probably more appropriately, filter="HTML"
This will keep Joomla from cleaning your code. There are a number of filters available to XML fields when creating modules. You can examine the code here: https://github.com/joomla/joomla-cms/blob/master/libraries/joomla/filter/input.php#L167 to see the exact list.
What user group is the account you are using a member of? Super Users and Administrator group types should have no filtering set by default but it sounds like you might need to edit those settings.
From the main menu:
System > Global Configuration > Text Filters (tab)
You will see all the available user groups for you website. The group your user belongs to should have a Filter Type of No Filtering. Another important note is its better to add the user account to a group with the permissions then to arbitrarily adding it to a group type typically reserved for registrants, guests or low-level editing.

Salesforce field level access determined by third variable

For the contacts object, I have a custom checkbox which represents whether the contact owner wants the contact information (email and phone) to be visible. Most of our contacts will be completely visible to everyone. However, for a few contacts, we want them to be visible but their contact information needs to be hidden to everyone except for the owner.
Is there a way to set field-level access dependent on another variable? Could you create a workflow to redirect to another page layout if the contact information is visible? If so, can you restrict objects to certain field layouts depending on whether or not you are the record owner? And would would the contact information for "hidden contacts" still show up in reports?
Redirects, custom Visualforce view page etc hacks are all nice and shiny until you realize people will be able to pull data they want via some reports, list views, Outlook integration, mobile apps etc ;)
There's no straightforward answer because field visibility is really "all or nothing" (by Profiles & Permission Sets). Owner/Role-related stuff will help you only if you'd store data in some new related objects.
Another option - Store public part in Leads (public read only for example) and sensitive part - in Contacts (private)? Some lookup to link the 2, maybe a trigger when new Contact is created and you're good to go.
Last but not least - have a look at https://salesforce.stackexchange.com/questions/777/can-i-grant-different-field-level-security-based-on-record-ownership for some ideas.
If I understood correctly (My english...) You could create a new RecordType and a new customized page layout without this fields assigned to it, then you have to create a WFR that change the Recordtype when the cheked field becomes true.
I'm assuming that you know how you have to give permissions to this new Recordtype...etc
Hope this helps.

Show Opportunity Stage Name Picklist read only based on user role

I am new to Salesforce and need an idea how is possible that suppose I have one user named "ABC".I don't want to show the Opportunity StageName picklist when "ABC" user login in editable form or just want to show the StageName value in textfield or anything other.
I tried to set the permission under setup but not achieved what I want. I just came to know that formula field or formula will used for that, as I am new to Salesforce so I unable to create a formula field.
Thanks.
To achieve this You should try field level security settings:
https://login.salesforce.com/help/doc/en/admin_fls.htm
You can select per field /profile combination which fields are visible and which are editable.
You cannot apply FLS on system required fields neither can you make them read only on the page layouts. You also cannot remove such fields from page layout. In short you are stuck with this field for ever!
I wish Stage was not a required field.
Mitesh

Resources