• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Yootheme Lava form in Rsform Pro

Yootheme Lava form in Rsform Pro 10 years 9 months ago #28384

  • f3r4n
  • f3r4n's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Hello I have this code form from Lava Yootheme
<div class="uk-text-center">
<h1 class="uk-heading-large">Escríbeme</h1>
<p class="uk-article-lead">Si tienes alguna pregunta o comentario<br class="uk-hidden-small"> no dudes en contactarme</p>

<form class="uk-form tm-form-primary uk-container-center uk-width-2-3">

<div class="uk-grid" data-uk-grid-margin>
<div class="uk-width-1-1 uk-width-medium-1-2">
<div class="uk-form-controls">
<input type="text" placeholder="Nombre" class="uk-width-1-1">
</div>
</div>
<div class="uk-width-1-1 uk-width-medium-1-2">
<div class="uk-form-controls">
<input type="text" placeholder="E-Mail" class="uk-width-1-1">
</div>
</div>
<div class="uk-width-1-1">
<textarea id="form-h-t" class="uk-width-1-1" cols="30" rows="10" placeholder="Mensaje"></textarea>
</div>
</div>

</form>

<button class="uk-button uk-button-large uk-margin-top" href=" This e-mail address is being protected from spambots. You need JavaScript enabled to view it ">Enviar</button>

</div>

the original form is this



how I put this codes on RSFORM PRO?
Please I'm a beginner on this
Thank you very much
The administrator has disabled public write access.

Yootheme Lava form in Rsform Pro 10 years 9 months ago #28388

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
Keep in mind that this is not a copy paste solution. The above code, is only the HTML part , even if you would use that code, without the CSS style sheet your form will look generic.
RSForm! Pro HTML code is composed of specific placeholders ({field_name:caption} {field_name:body} {field_name:validation} {field_name:description}).

For example, instead of
<div class="uk-form-controls">
<input type="text" placeholder="Nombre" class="uk-width-1-1">
</div>

you will have to use :
<div class="uk-form-controls">
{field_name:body}
</div>

You can read more on this topic in the following article:

http://www.rsjoomla.com/support/documentation/view-article/600-how-to-perform-layout-and-style-adjustments.html

More information on form fields here:

http://www.rsjoomla.com/support/documentation/view-knowledgebase/180-form-fields.html

Regards!
My help is not official customer support. To receive your support, submit a ticket by clicking here
Last Edit: 10 years 9 months ago by cosmin.cristea.
The administrator has disabled public write access.
The following user(s) said Thank You: f3r4n

Yootheme Lava form in Rsform Pro 10 years 9 months ago #28394

  • f3r4n
  • f3r4n's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
thank you a lot! Now it works! :)
The administrator has disabled public write access.

Yootheme Lava form in Rsform Pro 10 years 7 months ago #28749

Good day, f3r4n

trying to create 'contact' form from Lama Theme but no success

and have found you did via RS_Form

could pls share your code or the way to do it

Thx in adv

strekoza-fly.ru
The administrator has disabled public write access.

Yootheme Lava form in Rsform Pro 10 years 4 months ago #29879

  • Ap258
  • Ap258's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi f3r4n
Just as Xalexander, I am also trying to get the yootheme lave style on an RSForms form. No success for me too. Would you be willing to share your solution with me? Or maybe xalexander if you have succeeded?
Thanx!
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!