OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

VehicleManager component support

Go to bottom Favoured: 0

Multi page form

db87 (Visitor)
Posts: 0
graphgraph
User Offline
Multi page form 7 Years, 3 Months ago
Karma: 0  
Hello, i would like to change your add vehicle form to a multi page form, how can i do?
Thanks.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Multi page form 7 Years, 3 Months ago
Karma: 101  
Hello

You have 2 methods:
- Order all from us, Please send full detail description to OrdaSoft contact form
ordasoft.com/contact-us-form

- do all self, how to below

In vehicle manager, we have 2 forms for add Vehicles.
1. at Frontend
2. at backend

1. at frontend you need open file
{your site}/components/com_vehiclemanager/vehiclemanager.html.php

find and edit function static function editVehicle

2. at frontend you need open file
{your site}/administrator/components/com_vehiclemanager/vehiclemanager.html.php

find and edit function static function editVehicle

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
db87 (Visitor)
Posts: 0
graphgraph
User Offline
Re:Multi page form 7 Years, 3 Months ago
Karma: 0  
Thanks for your help!
I want to change frontend form, with this url www.xxxxxxxx.xxx/index.php?option=com_ve...icle&Itemid=712, with 2 steps.
Could you write a small example? In order to better understand.
Logged Logged
Last Edit: 2016/12/15 21:15 By .
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Multi page form 7 Years, 3 Months ago
Karma: 101  
Hello

Could you write a small example
Sorry, You need know PHP/HTML, joomla Api

For study, you need spend some years ..

Thanks,
Andrew
Logged Logged
The administrator has disabled public write access.
db87 (Visitor)
Posts: 0
graphgraph
User Offline
Re:Multi page form 7 Years, 3 Months ago
Karma: 0  
Hey Admin, I only asked a small example for multi page form, since I have paid for your software, I didn't ask you lessons on all php language.
Thanks friend
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Multi page form 7 Years, 3 Months ago
Karma: 101  
Hello,

For create form on PHP:

You create 1 form, like
www.w3schools.com/php/php_form_complete.asp

And you add in it hidden variable
Code:

<input type="hidden" name="step" value="step1">


Next you create other form like before but only for it you create other hidden variable "step2"

Next you will check these "step1", "step2", and depend of , you do "some step1" or "some step2"

Thanks,
Andrew
Logged Logged
The administrator has disabled public write access.
Go to top
»