Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
30 views

when should I use Browsable(true)? what's the purpose of it? and why it doesn't appear on my window properties even though I've already applied it? do I still need to set up something for it to appear ...
Yama Santori's user avatar
-3 votes
0 answers
57 views

I’m practicing form validation with JavaScript. I want to: - Check that a username field is not empty. - Check that the password is at least 6 characters. - Show an error message without submitting ...
Dana's user avatar
  • 11
-3 votes
0 answers
83 views

On my website I've set up a form for people to be able to email me, and I'm trying to adjust the CSS so it visually meshes with the rest of my website better, and while the css I've implemented to ...
Jay DW's user avatar
  • 1
0 votes
0 answers
48 views

I'm working on a backend application to manage questions for a quizz application. I created the Question entity and added a property called "difficulty". Now I'm creating the form for this ...
spych3st's user avatar
0 votes
2 answers
113 views

I have a .php file on the web which contains an html form. That form (in case it's relevant) calls the original .php file when a user presses "Submit". That is, the file is called newform....
WillO's user avatar
  • 121
-1 votes
0 answers
45 views

I have a piece of code that sends a json to the server but form.onsubmit = async (e) => { e.preventDefault(); const formData = new FormData(form); const response = await fetch('api/get-...
OwlHooter's user avatar
Advice
0 votes
4 replies
55 views

I am just wondering if it is possible to use an ahref link to target a page with a dropdown and then have the dropdown show the selected option once the page loads? e.g <div class="content&...
MikeC's user avatar
  • 49
Advice
0 votes
5 replies
70 views

I am building a multi-lingual website and want to localise the captions shown on buttons in a form. <form action="check.php" method="post"> <input class="btn btn-...
4everJang's user avatar
  • 333
Best practices
0 votes
2 replies
65 views

I'm currently learning inertia with react after using livewire and finding myself quite limited so I'm making a sample project that makes invoices to practice making forms and saving data to a ...
Alejandro Bolívar Hidalgo's user avatar
Advice
0 votes
0 replies
26 views

For a specific need, I would be able to list all Microsoft Forms stored on my 365 account. I would like to be able to export to .CSV, Excel or other kind of file a list with the title of the form and ...
Ludovic VAGINAY's user avatar
1 vote
0 answers
83 views

How to create optional value with Tanstack form and Zod? <script setup lang="ts"> import { useI18n } from 'vue-i18n'; import { z } from 'zod'; import { revalidateLogic, ...
user31869577's user avatar
-1 votes
1 answer
76 views

If I double click on the form from the "All Access Objects" pane, it displays correctly. If I try to display using the following code: Public Function lookupTitle(ByVal jobTitle As String) ...
PKatona's user avatar
  • 649
2 votes
1 answer
104 views

I'm trying to make a random poem generator where, when the necessary inputs are made a topic id first created (consisting of the name of girl and name of country) then the poem which also has the name ...
Agwaraonye vivian's user avatar
-1 votes
0 answers
305 views

I have recently migrated my project from react-hook-form (rhf) over to @tanstack/form and for the most part have really enjoyed the implementation. One issue I have encountered and cannot find a ...
frost2709's user avatar
  • 403
2 votes
0 answers
52 views

I use Symfony 6 with EasyAdmin, I've been trying for several hours to understand how form types work in Symfony, and more specifically how to set up a custom form field, but I can't find a simple, ...
user2565112's user avatar
3 votes
2 answers
126 views

Consider the following code: import { Button, Form } from 'antd' export function App() { const submitForm = (data: {submit: 'foo' | 'bar'}) => { console.log(data) } return ( <...
Svip's user avatar
  • 3,230
0 votes
1 answer
99 views

In the html intro to a web app for a scientific study, data is collected through forms. I added a javascript function that submits the data via the fetch API: fetch('/prepare/', { "method":...
Langtec's user avatar
  • 105
0 votes
0 answers
31 views

I’m working with FORM/TFORM to automatically expand a large set of symbolic equations. My goal is to make the expansion process run in parallel on multiple CPU cores using TFORM. Here’s a simplified ...
kozapdh's user avatar
1 vote
3 answers
103 views

I have a reactive form in Angular where when a specific field active_deActive is changed, I want the entire form to be deactivated, but the field itself to remain active so that the user can change it ...
davood beheshti's user avatar
0 votes
0 answers
41 views

I receive the following error "Uncaught Error: [$injector:modulerr]" while running the following app. The code is designed to submit the data received to a SharePoint list when the submit ...
SPninja's user avatar
  • 11
0 votes
0 answers
80 views

I have integrated recaptcha in search form but the issue is when user directly hit the search url like catalogsearch/result/?q=ring, there also i have integrate recaptcha. Please suggest some method. ...
Tisha Jhanwar's user avatar
1 vote
1 answer
39 views

I’m trying to embed a FormAssembly form into an Angular 17 standalone component. The Quick Publish embed snippet works fine if I paste it directly into index.html: <script src="https://...
Satheesh Narayanan's user avatar
0 votes
1 answer
40 views

The below form calc script stops after first iteration. Following lines not perform: // Uncheck the checkbox of the inserted row // Update row count after insertion // Skip to the next row after ...
Krm Ynk's user avatar
0 votes
0 answers
52 views

I'm currently trying to create a website/webapp for my portfolio's bank using Django 5.2/HTML/CSS/JS. I got stuck on one small part of creating bank statement subpage. The issue I have encountered is: ...
user31569715's user avatar
4 votes
1 answer
193 views

In my Delphi 2009 VCL application, I have several base forms, like: TListBaseForm = class(TForm) TEditableListBaseFrom = class(TForm) TEditBaseForm = class(TForm) Each of these base forms is using ...
TomR's user avatar
  • 3,364
0 votes
2 answers
68 views

So I have a SvelteKit project with the following project structure: lib/ ├─ components/ │ └─ my_module/ │ └─ my_resource/ │ ├─ CreateObjectButton.svelte ← Button component (important by ...
The Fox's user avatar
  • 532
2 votes
1 answer
96 views

I have a regex on a textbox in order to limit it to specific characters. It includes the following /^([A-Za-z0-9 .,':;/?()!-]|\\[rn])*$/ I am validating onBlur and displaying an error message when the ...
Elisheva's user avatar
0 votes
0 answers
58 views

This is my onMounted call and the loadTripAdvanceDetail function here is responsible for populating the form for edit operations however it makes my form dirty and gives me the unsaved changes dialog ...
Saksham Khurana's user avatar
0 votes
1 answer
116 views

I'm looking to correlate two fields of my form, using the same index number. I mean, I have a group of fields called traj in an array. Each traj field is (or should be) related to a niv field, with ...
Marcus Welvy's user avatar
1 vote
1 answer
136 views

In my ongoing quest to understand the layout in a form, I decided to see if I can emulate the sidebar in the new Icon Composer app. I am focusing now on the rows with a title, switch and TextField. ...
koen's user avatar
  • 5,872
2 votes
2 answers
58 views

I have a simple form and I'm using EmailJS to handle it and I'm sure my IDs and key are correct. Here's an example of my form: <form (ngSubmit)="sendEmail(form)" #form="ngForm"&...
Michael's user avatar
  • 21
-4 votes
1 answer
98 views

I have a SQL database being locally hosted that keeps track of stock, I'm trying to get the SQL command "UPDATE stock SET cantidad = 530 WHERE id = 0" through using a C# Windows form ...
Joelkoellner Koellner's user avatar
0 votes
0 answers
28 views

I'm trying to create an inspection checklist workflow, using the new MS Lists & MS List Forms. Each check list item is a separate field / column. Each of the check list columns represent a ...
Marcus Adamski's user avatar
-1 votes
2 answers
113 views

I'm trying to get this working, based on a YouTube video that credits a post on here. However, I've tried it exactly as shown on the video, along with numerous alterations in an attempt to make it ...
FoxEcho Charlie's user avatar
0 votes
0 answers
38 views

I want to create a simpleform which accepts account number and reenter account number fields and checks if they are equal. If these are not equal i am planning to display a error message and the ...
Dhruv Upadhyay's user avatar
1 vote
3 answers
100 views

I created a multi-page quiz, and I use the sessionStorage API to calculate the points and display the final score on the last page. Each time, I have a first page with the quiz. <form id="q1&...
blogob's user avatar
  • 582
0 votes
3 answers
222 views

I have a MS Access form with an edit button. Before it edits the record, it runs this code to backup to a changelog table: DoCmd.RunSQL "INSERT INTO PlanningChangeLog SELECT * FROM Planning "...
Don Quixote's user avatar
0 votes
2 answers
122 views

I have a small form in TYPO3 V12 that generates a request for more information on the current object, I'd like to prefill a form field with the id of the object so that it is send with the request, I ...
webman's user avatar
  • 1,204
3 votes
1 answer
180 views

Ive been working on a data entry form to input lines in a delivery plan in excel. After many manual tests and a few modules to run primitive unit tests, i got it working flawlessly on my local ...
Pikasso's user avatar
  • 45
0 votes
1 answer
83 views

I have read quite a few posts on this, most provide various solutions but none are really addressing the underlying "why"? I can't figure out PHPs behavior when processing a single $_POST ...
rolinger's user avatar
  • 3,194
0 votes
2 answers
315 views

I tried to open a file in Visual Studio 2022 Community, all of a sudden I got this error message: The Trust Service cannot be loaded. Trust Checks are now disabled After a couple of failed attempts, ...
user30847188's user avatar
0 votes
2 answers
89 views

I have a html form - method="get" is obligatory in my case : <form action="https://websiteurl.com/searchresult" method="get" id="bookingform"> <input ...
Hene's user avatar
  • 1
0 votes
0 answers
114 views

file models.py ANIMATIONS_ACTIONS = ( ('0', _('Stop animations')), ('1', _('Start animations')), ('2', _('Restart animations')), ('3', _('Suspend animations')), ('4', _('Unload ...
Franc SERRES's user avatar
0 votes
0 answers
42 views

In jakarta mojarra 4.0.11 the action attribute of the form component is not using the forwarded request URI but the normal request URI. This was not the case in javax mojarra 2.3.18 as i see now ...
djmj's user avatar
  • 5,594
0 votes
1 answer
47 views

I was trying to pass only month and year without day using such an fragment: <span th:fragment="choose-look-date"> <form method="post" th:object="${datePicker}&...
haoz's user avatar
  • 11
1 vote
1 answer
88 views

I’m building a Rails app related to golf. Users can search for golf courses via an API, and the results are rendered as individual forms per course. Right now, each course must be saved individually, ...
Alessandro Chuy's user avatar
1 vote
1 answer
100 views

Flow: User fills a form with an email and gets a passcode. I generate and store this passcode (checksum_code) in the session using session()->set(...). Then I redirect() the user to a ...
Manish's user avatar
  • 23
1 vote
0 answers
132 views

I have a combobox control in a form made for an Excel application, using VBA. Let's suppose that the combobox is called cmb010. Next to it there are 2 other controls called txt011, cmb012 and txt013. ...
Carlos Castillo's user avatar
1 vote
0 answers
23 views

I am trying to make a dynamic form using streamlit where the next question is asked based on the previous answer of the user, I am trying to use conditional statements (if - else) to ask the questions....
mathstar302004's user avatar
0 votes
2 answers
38 views

my schema rules: Checking html select value make the AJV consider the select field required even I did not set it to be required I need to check the select value without make it required. export const ...
Othmane Namani's user avatar

1
2 3 4 5
2266