Skip to main content

All Questions

Tagged with
-1 votes
0 answers
34 views

Handling Macro-based Malware in Word and Excel File Uploads in PHP [closed]

I am developing a PHP function to handle file uploads, including images, PDFs, Word, and Excel documents. While I have managed to sanitize images and PDFs, I need to ensure that Word and Excel files ...
Ibtekarlabs's user avatar
-2 votes
0 answers
22 views

WP forms UI Design [closed]

after creating a enquiry form in wpforms version 1.8.93. i created two dropdowns but it changed complete ui of the website which causing dropdowns are reflecting and form display in various devices ...
Vikas V's user avatar
0 votes
0 answers
36 views

ACF WPML frontend form: Load form with duplicated content for editing

An ACF form in the frontend of a bilingual site (de/en) creates a data record. On submit, a second data record in the second language is saved (WPML hook wpml_copy_post_to_language). How can I display ...
bestbeans's user avatar
-1 votes
1 answer
39 views

How to manipulate data from an Elementor Pro form and save it in a hidden field?

everything good? I have a WordPress site with Elementor Pro installed and I have been trying unsuccessfully to manipulate the data of a form and save the result of this manipulation in a hidden field ...
JuxCo's user avatar
  • 1
-1 votes
1 answer
63 views

Form Validation Problem (WordPress custom form) - Email submits even if required field is empty

this is my first time here. Hoping one of you brilliant coders can help! I have a client who has a WordPress site that has a custom theme and custom fields and custom registration form. The ...
Elyssa's user avatar
  • 1
0 votes
0 answers
29 views

Add name to auto message after submitting contact form

i used the jobs for wordpress plugin for generating a wordpress-career-page. Concerning the plugin it is generally possible to edit the notification message (the message an applicant sees directly ...
techit9999's user avatar
1 vote
0 answers
25 views

Trying to remove an ajax action to do my own

I'm using the Forminator Plugin for Wordpress, and right now I'm trying to remove the action that (I asume) calls the default AJAX function that handles the POST, I have found this two actions: ...
sinned's user avatar
  • 11
0 votes
1 answer
32 views

how to I pass variables in wordpress

I have a form. Simplified it looks like this: <form action="https://www.example.com/url.php" method="post" name="Go" id="Go"> <input name="Go"...
user24956159's user avatar
0 votes
0 answers
40 views

My JS code is working, but part of it it's visible in footer. How can i solve this?

i'm pretty noob with JS, but i'm doing my best to learn. I added some lines of JS to add functionalities in a Wordpress form. Here is the code: <?php if ( ! defined( 'ABSPATH' ) ) { exit; } ...
Giuliano Arena's user avatar
0 votes
0 answers
23 views

I want to create a form for wordpress plugin using php and HTML forms

ID post_id name class grades 1 23341 my name 9 {"math":"ninety-one","english":"forty","other":"number"} 2 45434 your name 10 {"math&...
HIMANSHU SINGH's user avatar
1 vote
1 answer
48 views

jQuery submit button reloads the page even with preventDefault() in WordPress

I have some jQuery that I plug some numbers in via some text fields then it should print out the results, this works fine on my local machine. However, when I add to my WordPress environment, the ...
Beep's user avatar
  • 2,782
1 vote
1 answer
37 views

How to add the dynamic new rows from my registration form in my database?

My issue is that I want to create a registration form where the registrant can add as many delegates as he wants by clicking on "Add delegate". The problem is that the form works perfectly ...
Parn's user avatar
  • 13
0 votes
1 answer
28 views

Receive AJAX Form data in Server side

How to receive AJAX Form data in Server side sent by Fetch API ? I have below Fetch API. const sent_urls = () => { const formData = new FormData(); formData.append('action', 'start_parsing')...
abu abu's user avatar
  • 6,912
1 vote
1 answer
190 views

Forminator form - forcing users to check a certain amount of options in a specific checkbox

the problem is this: I created a form with the forminator plug-in. This form contains 12 checkboxes, for which I would like the user to be able to select a certain number of boxes (1 for checkboxes 1 ...
Giuliano Arena's user avatar
0 votes
0 answers
27 views

Upload Images from file input to wordpress gallery

Im trying to upload images from afile input whose name and id is "images", to the wordpress gallery, so then i can use them in my plugin development,but im strugglig with it. if (isset($...
Haritzote's user avatar

15 30 50 per page
1
2 3 4 5
125