• 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: HTML Layout

HTML Layout 2 years 4 months ago #42436

  • jason425
  • jason425's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 1
I am using a template for Joomla! At the bottom of page it has a Sign up for newsletter form. The following is the HTML code for...
<div class="g-grid">                        
 
        <div class="g-block size-100 center nomargintop nopaddingtop">
             <div id="newsletter-8589-particle" class="g-content g-particle">            <div class="">
 
 
        <div id="g-newsletter-newsletter-8589" class="g-newsletter g-newsletter-fullwidth g-newsletter-stack-compact g-newsletter-square">
 
            <form id="g-newsletter-form-newsletter-8589" class="g-newsletter-form" action="#">
 
                <div class="g-newsletter-form-wrapper">
                    <div class="g-newsletter-inputbox">
                        <input type="text" placeholder="Your email address.." name="email">
                        <input type="hidden" value="" name="uri">
                        <input type="hidden" name="loc" value="en_US">
                    </div>
                                        <div class="g-newsletter-button">
                        <a class="g-newsletter-button-submit button " href="#">
                                                        <span class="g-newsletter-button-text">Sign up</span>
                        </a>
                    </div>
                                    </div>
 
 
            </form>
        </div>
 
    </div>
            </div>
        </div>
            </div>

In RSform Pro! I turn off Auto Generate Layout. I put the code in there and it displays right but obviously doesn't function. Could someone please help me get it to function?

Here is the code that is auto generated.
{error}
<!-- Do not remove this ID, it is used to identify the page so that the pagination script can work correctly -->
<fieldset class="formContainer" id="rsform_{global:formid}_page_0">
	<div class="row">
		<div class="col-md-12">
			<div class="row mb-3 rsform-block rsform-block-email{Email:errorClass}">
				<label class="col-sm-3 col-form-label formControlLabel" data-bs-toggle="tooltip" title="{Email:descriptionhtml}" for="Email">{Email:caption}<strong class="formRequired">(*)</strong></label>
				<div class="formControls col-sm-9">
					{Email:body}
					<div><span class="formValidation">{Email:validation}</span></div>
				</div>
			</div>
			<div class="row mb-3 rsform-block rsform-block-sign-up{Sign_up:errorClass}">
				<label class="col-sm-3 col-form-label formControlLabel" data-bs-toggle="tooltip" title="{Sign_up:descriptionhtml}">{Sign_up:caption}</label>
				<div class="formControls col-sm-9">
					{Sign_up:body}
					<div><span class="formValidation">{Sign_up:validation}</span></div>
				</div>
			</div>
		</div>
	</div>
</fieldset>

Thanks
Jason
The administrator has disabled public write access.

HTML Layout 2 years 4 months ago #42437

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 634
  • Thank you received: 117
Hello,

If you're actually trying to display a form in your template page, you can either:

- use the RSForm!Pro dedicated module

- include your form in your template code using the RSForm!Pro - System Plugin.
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!