Use this tag for questions related to Submission, i.e. any action of submitting a document, a form, etc. .
Questions tagged [submission]
462 questions
1
vote
1 answer
How to determine the source of a job submission
I am searching for a way to determine how a job was initiated on the HPCC cluster.
There are several ways to submit a job. For example:
1- a manual submission via the ECL IDE / ECL Watch
2- an external cron submission
3- an ECL submission of…

John
- 11
- 2
1
vote
0 answers
How to hide the input name on form submit
Using formsubmit.co I've have specific names and values I'm submitting where the user would get an email with this submission on. The problem is that if the user doesn't make a check for specific feedback using the checkbox the name still appears in…

Ned Powell
- 11
- 2
1
vote
1 answer
django choicefield Select a valid choice
I'm trying to submit my modelform with ajax loaded info of my other models. For the ChoiceField of my modelform I got this error;
Select a valid choice. 69 is not one of the available choices.
the request.POST seems well. I got all my fields…

Semih
- 158
- 2
- 13
1
vote
3 answers
App uploading problem with xcode 4.
I am trying to upload an app through the xcode 4 archive organizer. Whenever I try to validate or submit I enter in my itunes connect credentials but on the next window it asks for an application record and I get "No Value".
I have an app that is…

BlueMeanie
- 148
- 1
- 1
- 10
1
vote
1 answer
Untestable sections of iOS app and App Store Submission
I'm currently in the process of specing an application that has a strong geolocation element. I'm worried that some parts of the app will be untestable by Apple because they are only functional in specific locations, meaning an Apple tester will not…

Undistraction
- 42,754
- 56
- 195
- 331
1
vote
2 answers
I have built and made a .zip of my app. Now what?
I'm brand new to app programming, so hopefully, this should be a pretty quick question. After using XCode, I've built and made a .zip of my app. It's stored on my desktop for easy access.
Now what? Do I have to do anything specific before I begin…

Ev-
- 199
- 1
- 6
1
vote
2 answers
Where is the event listener for submission the form?
A twitter-like website in Chinese. When I type a message and click a submit "button", a new entry is created. But I can't figure out the event listener for the submit "button".
I studied the source code, there is no form at all, and the "button" is…

Peter Long
- 3,964
- 2
- 22
- 18
1
vote
1 answer
I can't link validation and form submission. Need help setting the variable (true or false) so that an empty form is not sent?
const form = document.querySelector('.form__contact');
const name = document.querySelector('input[name=name]');
const email = document.querySelector('input[name=email]');
const btnSubmit = document.querySelector('.btn-submit')
two-field validation…

Denis Frolov
- 13
- 4
1
vote
1 answer
How to add AJAX Form-Submission Error Alert?
Novice web developer here. I've added a tutorial-based PHP-AJAX-jQuery form, which also features a loading GIF. On testing, I've found that the hidden, div-contained "Submission Success" message below the form would replace the loading GIF if any…

Paeon
- 15
- 1
- 4
1
vote
3 answers
App Crashes at Apple but not in test
My app has been (correctly) rejected by Apple as it crashes when you try to use the offline maps. The crash is in the route-me code libraries so the crash log isn't that helpful. In test it is fine, and does not crash, so I can't recreate the test…

Chris
- 1,449
- 1
- 18
- 39
1
vote
1 answer
PHP form validation server-side for updating an existing row in a database
How do I validate the row ID is the correct one to be updated? I think I may be taking the wrong approach entirely as this doesn't seem to be right.
I'm storing my row id in a session. As well as sending it in a hidden input. Then its get check in…

tunnelkuma
- 13
- 2
1
vote
1 answer
UWP app submission fails because of Keyword length
I'm getting this error while uploading a package to the store (not a flight) with Azure DevOps using the Windows Store extension.
[error]Status 400: {"code":"InvalidParameterValue","data":[],"details":[],"message":"The length of Keyword must be 30…

James Esh
- 2,219
- 1
- 24
- 41
1
vote
2 answers
Track HTML submissions when Javascript is being used
Conventional HTML lets you submit data via forms to a website and the destination (target) is usually visible in the sourcecode. Now, with JS it's a bit more difficult. You have to go through the JS files and find out what happens and where all the…

Frank Vilea
- 8,323
- 20
- 65
- 86
1
vote
2 answers
iphone app minimum iOS required
I am using Xcode 4 for my app. I have set my base SDK to 4.3 for both the Project and Target.
I would like to know which value in the setting dictates the "Requires iOS 3.0 or later" (for example) displayed in the app store.
Is it...
The base SDK…

Peter
- 181
- 2
- 10
1
vote
0 answers
PHP mail form not functioning
I am using a Templatemo template and attempting to get the Email Form Submission to function.
(Signaturetables.com is the site)
I have downloaded the correct contact.php form from templatemo and followed instructions, and modified it all accordingly…

Carm
- 11
- 1