Addition and multiplication questions in forminator form - php

I'm creating an employee application form in wordpress using forminator plugin free version and I want to create a simple sum and multiplication fields to ask user about the answer I have attached the image below. I see there is no field which I can use to get answer from the applicant so is there any way to create this field and get the correct answer from the user?
enter image description here
Can I achieve this or I have to use any other plugin?

Related

WPForms - Conditional Dropdown based on previous User Created Meta_Key Input Tag

I'm using Ultimate Member for registration where users can input a Store Name when creating a new account.
That works well and when I go to their profile I can see that meta_key is there.
But later on the upload form, I need to add a dropdown where WPForms can read that meta_key and let the user choose from Store_Name meta_key when uploading something.
Can this be done in taxonomy? As this would be the best practice for this solution.
User creates a new Store name under "Stores" taxonomy and then he can access from the WPForms dropdown dynamic choices. The thing is that he would be able only to choose their submitted Store Name and no the other ones on the site.
I hope I'm being clear with my doubts.
Thanks in advance to this great community!
I solved this with relational db into post to user, and then using that relation logic into the dropdown.

Wordpress ask user's their desired role as a dropdown menu while registration

I want to add a custom field to the Wordpress registration form without using any plugins. I want to add a dropdown menu with user-roles ( some roles I have created). Once the registration is complete the user should not have the ability to change their roles ( only admin can do that, selecting role as admin should not be allowed).
Any help will be appreciated.
I understand that you do not intend to use plugins, but you nevertheless use a theme, be it implemented by your team or some widely available theme. In any case, that theme has an implementation for your registration, so:
Find the registration form
Make sure that you find out where the registration form is.
Add a field to the form
Be it in a CMS editor or in a PHP/HTML file you must be able to edit it and add a field
Find the code which runs when a registration is posted
Again, you need to seek and find.
Enhance your functionalities which save fields
You will need to track and save the posted value
Change the database schema
You will need to do some changes on the MySQL schema in order to support the new field on database-level.

Display a dynamic dropdown from custom PHP code inside Elementor Form in WordPress

I need some help and advice in the design of a Event registration form with Wordpress plugin Elementor Pro and ACF Pro. If these are not suitable, you can recommend any other plugin.
The users may send any number (from 1 to 10+) of delegates to our company event.
How can I collect the company information once, but then repeat the delegate name, age, telephone, email etc. fields to show X number of times (depending on how many delegates they want to register).
Ideally, it would be best if we could ask (Do you have any more people to register?). IF yes, then ask all the input fields for a delegate. If not, then get the form submitted and end.
Further, I want to load the name of the event from a SQL database, and use custom PHP to load the select list dropdown in the same form. Elementor does not seem to be able to do this. Again, once the event is selected, we will want to load the dates for that particular event from the database, via another dropdown/select function that would come from another PHP code.
Is there a way to use Elementor Pro & ACF PRo to create such a form. I need to have repeatable sections, logic, and also allows for custom php logic/functions to be created to populate select lists, and be able to cascade the dropdowns from the earlier choices, conditionally.
Any help or suggestions are really appreciated. If there is any other Wordpress plugin that can do this, do recommend. Thanks.
Well, using Dynamic.ooo is a good idea in sense of having Logical forms. But i am not sure if it can save the form in db...but i am sure that you can set it so that the forms are sent to your selected email. I myself have found this plugin amazingly handy, give it a try!

Laravel Nova how to add a live counter to text field

I'm using the Nova Admin panel for my Laravel application.
I have defined and added a new resource where the admin is supposed to fill out some text fields. One of those fields is a meta-title eg. meta description. So far so good, but I want to add a live counter to show the length of the string which is been entered to the textfield.
How can I achieve this?
There is a ext package that make this possible, i don't know if I can post this here with link. But if you search "Charcounter" as novapackage you find it.

how to add extra fields in skadate

I am new with Skadate, which is a dating software build in PHP 5 and template engine Smarty. I need to add an extra field for user edit section.
Currently there is default user fields in the admin section. I need to add an extra field. e.g. Country : Country list
How can I accomplish this task?
To add new profile question you have to utilize admin panel. Just go to URL www.yoursitename.com/admin/users/profile-questions
On this page you will get options for add Sections and Profile questions.
Fill up the form and save using submit button.
Regarding your query, To add a question with answer as drop down or list, you need to add them with Answer type field as drop down.
Once you create new question if your site supports multiple language then you have to put corresponding value in yoursite.com/admin/settings/languages
FYI: new questions are stored under base section.
I'm using idatemedia's dating software so there is no smarty templates. It's pretty much all straight PHP and version 7.2. I'm able to add a custom field but since I know mysql I prefer to add it via php and insert the field into the table structure. Most new fields I add are not blob text fields. They are characters of around 1000.

Categories