Joomla RSForm Pro - Make a field as readonly in edit submission directory list - content-management-system

I want to make a particular field as read-only in Joomla RSForm Pro Edit Submissions Directory list.
Screenshot for editing the records. Listing submission records within this records i want to make a particular field "Container Number" as read-only.

Add readonly="readonly" under attributes.

Related

Section display issue in I.fopath form

I have an infopath form which users use to fill details and approver approves. The approver section in form is displayed to only those whose ID is present in hidden field. This was working fine before but now even approvers could not see approver section. Recently I added an user in hidden field after which it worked fine for sometime. Now all approvers could not see the approver section itself.
Things to check:
if you are using multiple views in the form, make sure you are updating them as needed and not only updating one view and forgetting the others.
if you remove the lase user you added tonthe hidden input, does the issue go away? How are you inserting users in hidden input? Seperating them by some character?
try to display the id of the current user in the form and display the hidden input and make sure the id's really match or there is any difference

Hide typo3 content elements for specific user(groups)

I want to "hide/deactivate" the table element for specific users/usergroups in the typo3 BE.
Or to be more clear: I want to ONLY allow it to ONE specific user (admin).
How can i do that?
NOTE: At the moment the table element is deactivated in the global TS-config via tt_content removeItems().
TIA
Note: I have only an old Typo3 4.3.5 installation, but I hope this hasn't changed much.
In User admin, edit group permissions and go to Access lists. At the bottom is "Explicitly allow/deny field values" where you can restrict specific content types.
With the restriction, affected users still see the restricted content element in BE, but get a message when trying to edit it.

Apply Customer Tags to Order Detail Tags

I have a shopify page where I need to track who makes a sale. I would like to set it up where a sales rep puts their name as a customer info tag; then whenever that customer places an order online that tag is moved automatically to the order details tag. How can this be done?
This is not posible "out of the way" right now, unless there's an app which does that (I don't know any doing this magic).
A workaround could be:
If you have customer accounts enabled on your Shopify store: click on Settings, then Checkout and radiobuton click either Accounts are required or Accounts are optional.
Now, you should be able to tag your "selected" customers with "sales_rep" tag. Then, you go to your customers tab and filter the customers tagged with "sales_rep" and export a list of them.
Once Shopify dashboard shows you this list, you export it to a csv file.
Once you have this file, you have a list of emails of your "sales_rep". Then you go to your orders tab and either export all orders or orders from a selected date to a csv file.
You make one Excel or Open Office Calc out of those 2 csv files. Each file should be one tab of the resulting file. Now you need to write a tiny Open Office Calc or Excel formula in order to only find the orders which where placed by the "sales_rep". Do the filtering using the email field.

How to add new fields in cart of VirtueMart (Joomla!)

I am working on joomla and using joomla VirtueMart component.I created new fields in product detail page like color and size (drop down), Now I want to add that POST value (ex. $_POST["cmbColor"]) in shopping cart process and finally to be saved in database of VirtueMart.Please help me how to add these fields in cart.
Did you use the attribute system to add the optional color and size? Using either child products or attributes will get the options to show in the cart and saved on a sale. The VM documentation is pretty good on this topic, you can find how to use attributes here -
http://virtuemart.net/documentation/User_Manual/Product_Attributes.html

MODx removing content resource field

How do I hide the content resource field from non-admin users?
So you'd like a user to be able to change document fields such as title, alias etc but not the content?
You can not lock individual fields to admin user (as far as I know). You can either lock the whole page/resource or you could put the content that you want to be locked into the template for that document and lock the template to only the admin user which would achieve the same effect.
Make sure you don't have a reference to [+content+] in the template and even if the user enters document content it won't impact the page.
New answer instead of editing the above as this is a much cleaner solution.
Create different user groups eg. Admin & Editor
Make sure admin is in the admin user group
Create a template variable for your content and in the Access Permissions section only tick the admin group.
Assign the TV to your template.
Now if the user isn't in the admin user group the TV won't even be visible when they are editing the resource.
Hey, thanks for the answer.
I thought I'd post what I ended up doing.
With MODx Evo 1+, you have managermanager included. After removing the included file(which is used rather than the default chunk) using the rules in there I can rename hide and sync content.