Can you post the VF page that you have created for it? Then it will be easy to align the text field. If you include the content inside <table> tag with <tr> and <td>.Set the width of the <td> Hope it helps.
Here is the VF Code I found that I thought would work. I thought I could just drop my flow into a VF page. I have never used a VF page and Have no Coding experience. That is why i built it using a flow.
Can you tell me what code to add to VF oage to center all of my flow?
I read that link yesterday but i do not know coding :( I didnt think i could coy that code as it seems to be for an app. Maybe i need part of that code?
ok... i thing the alignment issue might have been solved. Its because your flow which you have created have some issue. Is there any other flow that is active which is not required.Just check it out and let me know
That is the only flow I have turned on. Its the first one I've built.
This flow is also still being built it is an application to be filled out by potential leads. I still have to do all the mapping from the whole flow to the records in SF.
If you include the content inside <table> tag with <tr> and <td>.Set the width of the <td>
Hope it helps.
Regards
Roshni
Can you tell me what code to add to VF oage to center all of my flow?
Please!
Adeline Moore
please try the code below,
let me know if you have any issues.
Thank you for helping me, im still getting errors
Didnt we already use the word "center" in the code below?
It clearly says the name of the flow and that ist is active :(
added space before and after colon and deleted the quotes around my flow name.
<apex:page>
<center>
<flow : interview name= Canis Minor Application Flow ></flow:interview>
</center>
</apex:page>
These are the errors i get now:
Error: CanisMinor_Application_page line 3, column 9: Attribute name ":" associated with an element type "flow" must be followed by the ' = ' character
Error: Attribute name ":" associated with an element type "flow" must be followed by the ' = ' character.
This flow is also still being built it is an application to be filled out by potential leads. I still have to do all the mapping from the whole flow to the records in SF.
<apex:page>
<center>
<flow:interview name="Canis Minor Application Flow" ></flow:interview>
</center>
</apex:page>
Hi did you set the start element in your flow?
Sorry for the delay. Did you solve the issue. I found why it is showing inactive.
Actually you have to mention the flow name as Canis_Minor_Application_Flow.
Now it works. Happy to help you :)
Hope it works. If it is working for you, please mark it as best answer.
Regards
Roshni