Hi Guys, I'm developing a module for live event (just for the context).For subscribers, I need to assign them in a role.
I need to develop an administration tools to assign a specific role to a list of users.
My schedule and problem is :
I have a list of email to copy/paste
I choose the Role
I submit
In my process code :
I load a user by mail
If exist -> Assign the specific role to the user
If don't, I send an email to the person to ask him create an account on the website (not implemented yet)
I have a text list field with these elements
E | Exam
R | Review
T | Technique
I need to delete the line
R | Review
but the system replies that it is used in the Database and it is not possible to delete it.
Is there a way to do this?
I also need to change the Movement Type from R to T
I thought of Filtering the movements with getStorage and then with foreach modify the data
I have 37 fields that I need to have visitors be able to fill out. (lab test results) I can't find information on how to format that node in a way where it isn't a giant laundry list of entry points. I'd love to get them setup in a table or even a grid for the data entry to match up with what the lab results look like.
Very new to Drupal but getting the hang of it pretty fast.