I'm building a custom module for drupal that will allow users to capture an image with their phone and save it to the database. I have the webRTC library that I'm going to use for the capturing and I have an idea of how to store the image once it is captured.
I create a Checkbox in the Checkout Flow, CheckoutPane. How i can send the Value of the Checkbox to a Entity in the User-Profile or the Order.
Description: I need a Checkbox in the CheckoutPane, when the Customer select the Checkbox and click submit i must save the value in a Field in the Order or Profile of the specific user with the date. When the customer select the checkbox first time, its hidden for future orders.
I have two different user fields. First one is field_gender and field_search_for. What i want is, if these fields have a value like:
field_gender -> men
field_search_for -> women
the views filter should be set to field_gender -> women.
In concrete: field_gender has value men and field_search_for has value women, set views filter value to women. Sure, i can set a filter, where visitors can set their preferences, but they typed it already in their profile.
Hi, I would like to force a field to be uppercase. I did not understand, however, where to act if on the CSS part inside the prefix property or something else