• Hi,
    I have put a caspio code into a shortcode to display a form. I need to change the size and location of the displayed form. How do i do it? Is it possible to change the block properties only on this page?
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please provide a link to a page on your site where we can see this. Thanks. Note: Your link will be public and we will not later remove it.

    Thread Starter eglider

    (@eglider)

    The site is not online yet. It will use the Twenty-twenty templates.

    The whole point of a shortcode is that you can put it where you want it and change the parameters on each one separately from the others.
    The block is simply there to retrieve the value of the shortcode from the server.

    Thread Starter eglider

    (@eglider)

    So it means that i need to customize the appearance of the form in the server where data is pulled. Am i correct? Just to make myself more clear i need to customize the visible result of the shortcode action.

    Use the shortcode attributes to pass the values to the shortcode handler, which emits the form according to the attributes. Placement is controlled by the user by putting the shortcode where they want the form to appear.
    https://developer.ww.wp.xz.cn/reference/functions/shortcode_atts/

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘shortcode block resizing/repositiioning’ is closed to new replies.