Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

lrnzt Newcomer

@lrnzt · Joined 9 years ago · 6 posts · 4 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • How can i display uploaded file into anchor tag · 5 years ago

    Hi, i have a field to upload PDF, how can i display the path into a anchor tag for people to download the files? fields: header.fileList: name: lista type: list

  • How can i change upload file field text · 9 years ago

    ok, thanks for your reply!

  • How can i change upload file field text · 9 years ago

    Hey! i want to change the text "drop your file here" from uploadfile field in a contact form how can i do this?

  • How can i add anchor link in form label? · 9 years ago

    I'm trying to add this way: - name: agree_to_terms label: Li e aceito o [termo](http://filelink.com) de prestação de serviços educacionais. type: checkbox validate: requi

  • Variable to input form via link button · 9 years ago

    what I wanted was to pre-populate a field from a contact form with the product title I tried this, but it did not work: https://github.com/getgrav/grav/issues/826 now my code looks like this:: <a h

  • Variable to input form via link button · 9 years ago

    Can anyone help me with this? I have a list of products, and in each has a button that goes to the form where it is possible to purchase the product How can I do to automatically populate their name?