113,545 questions
0
votes
0
answers
12
views
Odoo Contact Form won't Autofill correctly
I'm using odoo for my webstore and want to an "inquire" button on each product that goes to contact page with the product name passed in the url and then autofilled into the contact form.
...
0
votes
0
answers
12
views
splunk xml - Submit node not allowed inside form
Splunk gives validation warnings that unknown node submit not allowed here. Is there's any fixes for this
<form version="1.1">
<fieldset submitButton="true">
<input ...
0
votes
3
answers
63
views
How to provide a form field for a grandparent in Ruby-on-Rails SimpleForm?
I have 3 models in Rails, Category (grandparent) has_many Domain (parents), which has_many Url (children). Here, users can create/edit Url but not the other two; Domain model is automatically created/...
-1
votes
0
answers
37
views
How to change Comment form titles to Persian in WordPress Website? [closed]
I have built a bilingual site (SpicoTejarat.com) that supports two languages. Everything works fine in the main language, but I'm facing issues with changing the form titles to Persian in the Persian ...
0
votes
1
answer
27
views
How can I optimize a Streamlit dashboard for large CSV files to improve load time?
My Streamlit app reads and visualizes data from a large CSV file (~100MB). The app takes several seconds to load.
What are the best practices for improving performance—such as using @st.cache_data, ...
0
votes
1
answer
26
views
Post Query trigger not getting fired after Pre Query in Oracle Forms [closed]
I have a form for which for some records I am getting "Query caused no records" error.
After adding debug messages, it seems that the post query trigger is not getting fired after pre query.
...
0
votes
1
answer
23
views
Integrate a form from EXT:form with typoscript in a fluidtemplate
I have a TYPO3 v12 instalation and in a fluid template that has no page content, only data composed of constants i need to integrate a small subscription form, I cannot get anything to work, the ...
1
vote
1
answer
60
views
On Firefox, the placeholder does not reappear after a reset when it has been filled by autofill
After sending the form (in javascript and ajax) I execute a script that resets the form with a loop (node as input element).
node.value = ""
The problem is that if the inputs have been auto-...
0
votes
0
answers
23
views
reset password form for account page in shopify not working?
I have create change password layout on /account url where already login customer change the password but after I submit the form it will showing /account/invalid_token in url please let me know. How ...
-1
votes
0
answers
31
views
why does a form submit when navigating to another page? [closed]
I am using react admin, and I have the following piece of tabbed form:
import { v4 as uuid } from 'uuid';
import { ReactNode } from 'react';
import { useRedirect } from 'react-admin';
import { ...
-1
votes
1
answer
22
views
How to submit the "recover password" form using ajax with captcha token?
I am using site drawer for site menu. I have integrated recover form in shopify It needs to integrate captcha token when using ajax submit. Please let me know how to submit with the captcha token with ...
-3
votes
0
answers
50
views
HTML input form not working correctly on some devices but works on others [closed]
The input field in my app works normally with any value, except "!" and "2" specifically.
However, when i send the link to my friends to test it it works for some but not for ...
1
vote
0
answers
59
views
Angular 19 Reactive forms
I am building a quite complex too with many interconnected pieces so I opted for reactive forms.
In sum, I have an initial input for x Days, which then dynamically builds other parts of the form by ...
0
votes
0
answers
26
views
Can I keep value of drop down when submitting? [duplicate]
I have a problem with my PHP code I pull names and surnames from a database and I would like to keep the values in the dropdown when I submit. Just when people make a mistake the value does not change
...
-6
votes
1
answer
96
views
HTML form not submitting [closed]
I am trying to make a login form in html. But, when I click submit, the JavaScript code doesn't execute. Here is my JavaScript/jquery code:
$('#login').submit(function(e) {
e.preventDefault();
...