For my website, I want to give users an option to save their selections before logging out. Once they click the logout button, I want to open a modal pop up which gives them 2 choices, Save or Cancel.
If they select Save, then their selections would be saved in the database.
How could I do so in drupal? If there are any examples online, please let me know.
I am trying to import an xlsx import into my site. I already have the feed setup, but there isn't a way to build a composite unique field (like for example, if any value in column 1 and any value in column 2 together (but not separately) exist, don't import. Is there a way I can do this? I'm trying to avoid building a custom parser if I can use built in feeds to do it.
I have created the image field and i'm able to process some OCR with an external library uploading the image but I need to use webcam instead and I can't find the way to set the "capture=enviroment" tag to my input form in the field widget file.