Thanks Andrii,
I have managed to get the general order OK.
Is there a conde snippet or a way to add section titles to the form to make it more readable?
For example:
General Listing Info
Pricing
Amenities
Booking Rules
Thanks,
Jovica
Thanks Andrii,
I have managed to get the general order OK.
Is there a conde snippet or a way to add section titles to the form to make it more readable?
For example:
General Listing Info
Pricing
Amenities
Booking Rules
Thanks,
Jovica
Hi,
We appreciate your interest in this feature. At the moment, it is not available and would require a custom implementation. However, we are actively working on enhancements and hope to include this option in future updates.
Thanks Andrii,
Is it possible to add some text to that page? Like brief intro at the top, etc.
Kind regards,
Jovica
Something like this ?
add_filter(
'hivepress/v1/forms/listing_submit',
function( $form ) {
$form['description'] = "Hello World";
return $form;
},
1000
);
Thanks @condorito.fr.
What else is possible to add/change on that form?
What can I answer to such an open-ended question ?
Some !
You can change the order of elements, but I already showed you how to do that.
Add or remove elements, edit their description, placeholder…
I am learning, just like you.
Some limitations, and also some easter eggs, lile the form description above.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.