I've got 3 Text fields on my form (1 & 2 on one page / card, 3 on the 2nd page).
If 1 & 2 get filled (click next to the 2nd card / page), is it possible to send the data to an API and write the API response into the Text field 3?
Is there any module / low code tool available that can do that? (ECA or a webform related module)?
Or only via custom code? If only via custom code, what would be the most reasonable and easiest approach?
I've been struggling with a problem in Drupal for a few days now and I'm completely stuck. I'm trying to build a simple database of manufacturers and their products, where each product is associated with a single manufacturer.
Here's what I'm aiming for:
Users should be able to add new entries using a form.
The form includes two dropdowns: one for selecting the manufacturer and another for selecting a product.
I'm using the telephone field module. Is it possible to format the number as a standard US telephone number (xxx) xxx-xxxx?
I'm only displaying the number as plain text wherever I use the field.
I see that there are a few modules that do this, but I'm wondering if it's possible to do it via css styling? Or is there some kind of string replacement option?
Hello all - our application have different site configurations depending on the site itself. So this concept is similar to Drupal's site configurations for site name, logo, slogan, etc. However, my application will need additional site settings. What is the best way to implement these site dependent configurations?