Skip to main content
-2 votes
0 answers
22 views

Introduce a variable (X) in a range call [duplicate]

Need the correct syntax for this Range call Cell A1 will be a constant Data will be added/subtracted from Col 1 "X" will be valued by a last cell used in a Col search. Range(A1:A"X"...
Don 's user avatar
  • 1
0 votes
1 answer
18 views

Html form input field - pattern attribute - allow integers and increments of 0.5

I'm building an html form and one of the fields is for a quantity/length of an item. Valid values are anything with an increment of 0.5 - therefore 0.5, 1, 1.5, 2, 2.5 I'm having issues building a ...
Andy Jenkins's user avatar
0 votes
0 answers
18 views

Dynamic formControl mat autocomplete

I'm trying to make a list of inputs mat autocomplete but I have an error of types in FormControl and duplicates data. I want to do dynamic mat autocompletes to set The list of items to later post. By ...
Oscar Plumariega's user avatar
0 votes
2 answers
43 views

How do I make an HTML radio button form change the value in another box?

I am trying to make a rubric using radio buttons. So far, I have a form with radio buttons and a section at the top for the grade. I'm wondering if there is a way to program the grade section to ...
Chris Magnan's user avatar
0 votes
0 answers
10 views

Owner of a google form cannot fill out the google form [closed]

I own a google form and can access the form to edit it. When I use the "copy link" to send it to myself to fill it out, it's just a blank page. I click through "Next" and "...
MONICA LINEBERGER's user avatar
0 votes
1 answer
25 views

connecting html form to my wix site database

I am trying build a customized form on wix using HTML. on submission i want the form data to store in my wix database i tried this simple code but is not working i getting this error : TypeError: $w(.....
the GeekShop's user avatar
0 votes
1 answer
34 views

Cannot edit form inputs using Nextjs 14 (app router) and Supabase

I'm very new to Next.js 14's app router, Supabase Auth, and Supabase Database. This is my first project using all three. My current goal is to have a user create an account, login using a magic link, ...
techmeowt's user avatar
  • 237
1 vote
0 answers
8 views

I'm building an app in Vendure, trying out the requestPasswordReset API call, I get a response saying success, but nothing get's triggered, why?

I'm new to Vendure and I'm trying out it's core functionalities. I implemented the login, registerCustomerAccount methods successfully, but I ran into an annoying issue, that I need help with. There ...
Serdült Martin's user avatar
-2 votes
1 answer
43 views

Vba form get stuck [closed]

I have a label which I want to present a message on so it will write it letter after letter. I tried this but it’s just write the first letter of msg and then stuck. Any ideas to help? I tried play ...
DENI580's user avatar
0 votes
0 answers
16 views

Form is being submitted on every keystroke due to the input event listener

I’m developing a word counter web application using HTML, JavaScript, and Flask. The issue I’m encountering is that the form submits on every keystroke, which is not what I want. I need the form to ...
user25346712's user avatar
2 votes
2 answers
92 views

How to add a special character to A Password Validation Form

I'm trying to make a password validation in javascript, I found several questions here using the same example from W3Schools and I followed all the examples with results but it doesn't make sure you ...
Antarctica-UFO's user avatar
0 votes
2 answers
83 views

How to get current Laravel Filament resource page type (operation) create/edit/view

I need to customize some Laravel Filament v3 Resource Form Fields/Elements by the current page type index/create/edit/view. For example, hide some action Fields on a view page. Resource PHP file (Bar) ...
Igor's user avatar
  • 1,011
0 votes
1 answer
48 views

Operating a Listbox that calls a second paired sheet

This is an Axtive X Listbox, and I can't seem to get the OLEForm.Object section to not error. I don't know what I'm doing wrong. I know the first way of launching worksheets using ListBox1.Text works, ...
tome10's user avatar
  • 61
0 votes
0 answers
21 views

custom form input controValueAccessor cannot setup control

I want to implement a custom form input for my angular application, this is the component: import { CommonModule } from '@angular/common'; import { Component, OnInit,Input, EventEmitter,Output, ...
arpho's user avatar
  • 1,626
0 votes
0 answers
19 views

cURL File upload. File of 0 byte is getting uploaded

I am trying to upload a file to webserver using cURL, -H headers are are used to provide the details of the content, there are three parameters that I have to pass. below is the raw header --data-raw ^...
Sidharth Bhatt's user avatar

15 30 50 per page
1
2 3 4 5
7580