After filling the fields, I need to auto-submit the form using Ajax (there should be no submit button) and add some parameters to the url. My current form submit looks like this, how can I achieve the same thing using Ajax.
I have implemented a content type using configuration export and adding it in a module. So whenever a user installs the module, the content type is created along with the its fields.
What happens if I want to add a new field? If I add a new field to the configuration, it will not be created in the DB until the module is uninstalled and re-installed. How can I add the field in the DB without having to uninstall/re-install?
I'm working on adding a dropdown menu to my main page but not all of my CSS is applying to the submit button. The font-size attribute applies correctly, but attributes like color, background-color, and border-radius don't. At first I thought this was an inheritance issue, but even putting the CSS in a style tag right before the element has the same problem. I've constructed this dropdown in HTML and then through the webforms module, but both times the submit button have retained the appearance of a link and the search button, respectively. What could be causing this?
I created a webform in D8. I added four elements. Saved. After that, I wanted to add a new element to the form. When I click add elements, it tries to open but add element page does not display. So I am not able to add a new element. I also tried in a different browser. I have the same issue.
I also tried to create a brand new form. I still experience the same issue.