I'm trying to allow my users to enter term X into vocabulary X, but I do not want users to be able to see existing terms. For example, a user can enter a couple characters and autocomplete produces all terms with those characters. I don't want users to see those.
I can't locate any modules that address this. A fourth widget type would be nice just for user input. The same way "username" in new account creation allows the input without rendering existing usernames. And if the input is unique it passes, and if it matches an existing pattern it fails.
Currently, I have a single booking page (Booking content type) in Drupal. For example www.xyz.com/booking and booking page itself is handling error and confirmation page and falls on same URL www.xyz.com/booking. Few Question needs to be considered
So, I have the latest Paragraphs module and latest Drupal 7 core.
I have a bundle that makes a row of blocks that can vary from 1 to 4 blocks wide, the blocks being a title, short text and optional icon...and it can be linked to other pages.
Hi, I have a drupal site which has different URL for desktop version and mobile version. Both using different theme, different URL(using themekey module) but sharing the same database and user base. I wonder is it possible to have different Session Timeout value on desktop and mobile version?
I would like to modify (encrypt) the form input values in custom module in Drupal, before it sends it decrypted to server. I tried encryption in form submit function and it is working fine, but still some tools finding the plain text data(password) while sending to server.
Can we do it custom_my_form function only? Is there a way to solve it?